SortArgs Properties
Populates commands bound to the GridControl.CustomColumnSortCommand, TreeListView.CustomColumnSortCommand, and GridControl.CustomColumnGroupCommand properties with data.| Name | Description |
|---|---|
| FieldName | Gets the field name whose values are compared. |
| FirstItem | Gets a record that contains the FirstValue. |
| FirstValue | Gets the first compared value. |
| Result | Gets or sets the result of a custom comparison. |
| SecondItem | Gets a record that contains the SecondValue. |
| SecondValue | Gets the second compared value. |
| SortOrder | Gets the sort order applied to the column. |
See Also