Property OrderBy
| Improve this Doc View SourceOrderBy
Gets or sets the list of column comparer to perform the sort operation.
Declaration
IReadOnlyList<IColumnComparer> OrderBy { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<IColumnComparer> |