property PropertiesList.SortOnClick as SortOnClickEnum
Retrieves or sets a value that indicates whether the control sorts automatically the data when the user click on column's caption.

TypeDescription
SortOnClickEnum A SortOnClickEnum expression that indicates whether the control sorts the columns when clicking the control's header.  
By default, the SortOnClick property is exDefaultSort, that means that the control sorts the column's being clicked. Use the SortOnClick property to disable sorting items when the user clicks on the column's header. Use the HeaderVisible property to show or hide the control's header. Use the ColumnsAllowSizing property to specify whether the user can resize a column at runtime. Use the Sortable property to specify an un-sortable property.