Type | Description | |||
Boolean | A boolean expression that indicates whether the control supports sorting by single or multiple columns. |
By default, the SingleSort property is True, and so the user can have sorting by a single column only. Use the SortBarVisible property to show the control's sort bar. The SingleSort property is automatically set on False, if the SortBarVisible property is set to True. Use the SortOnClick property to specify the action that control should execute when the user clicks the control's header. Use the SortOrder property to sort a column programmatically. Use the SortPosition property to specify the position of the column in the sorted columns list. Use the ItemBySortPosition property to get the columns being sorted in their order.