Class SortField
Represents a field that is to be sorted
Constructors
SortField()
Declaration
public SortField()
Properties
Direction
The sort direction
Declaration
public Direction Direction { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Field
The field name to sort
Declaration
public FieldName Field { get; set; }
Property Value
Type | Description |
---|---|
FieldName |