Indicates if clicking a column header changes its sort order.
Source position: grids.pas line 1207
protected property TCustomGrid.ColumnClickSorts : Boolean |
ColumnClickSorts is a Boolean used to indicate if clicking a column header changes its sort order. The default value for the is False.
ColumnClickSorts is used in the HeaderClick method to determine if the value in the SortOrder is toggled for a click in the header cell for SortColumn.
|
Performs actions needed when a mouse click occurs in a header for a grid column. |
|
|
Column number used to sort the rows in the grid. |
|
|
Controls the order used for the sort column (ascending or descending). |