[]
Configurates ShowSort. Sets whether the grid should display sort indicators in the column headers.
public virtual TBuilder ShowSort(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |
Sorting is controlled by the sortDescriptions property of the ICollectionView object used as the grid's itemsSource.