[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.ShowSort

ShowSort Method

ShowSort(bool)

Configurates ShowSort. Sets whether the grid should display sort indicators in the column headers.

Declaration
public virtual TBuilder ShowSort(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

Sorting is controlled by the sortDescriptions property of the ICollectionView object used as the grid's itemsSource.