Class SortingConfiguration
Represents a table column sorting configuration.
public class SortingConfiguration
- Inheritance
-
objectSortingConfiguration
- Extension Methods
Properties
DefaultDirection
Gets or sets default sorting direction.
public SortTypeEnum? DefaultDirection { get; set; }
Property Value
Remarks
Null
value represents no default sorting.
Sortable has to be set to true
to take effect.
Sortable
Gets or sets whether the table rows are sortable by values in this column.
public bool Sortable { get; set; }
Property Value
- bool