Class SortingInfo
Represents a sorting parameter.
Namespace: DevExtreme.AspNet.Data
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public class SortingInfo
Constructors
| Improve this DocSortingInfo()
Declaration
public SortingInfo()
Properties
| Improve this DocDesc
A flag indicating whether data should be sorted in a descending order.
Declaration
public bool Desc { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Selector
The data field to be used for sorting.
Declaration
public string Selector { get; set; }
Property Value
Type | Description |
---|---|
String |