ColumnClick: Boolean;
ColumnClick: boolean;
The ColumnClick property determines whether click is allowed on column header.
Available values of the parameter:
True. The click on column header is allowed, each click changes element sorting direction.
Flase. Default. Click on column header is prohibited.
The property is relevant, if the IMetaAttributesBreadcrumb.ShowColumnHeaders property is set to True.
The property use is given in the example for IDimensionViewerBase.ShowLines.
See also: