Skip to main content
A newer version of this page is available. .
All docs
V21.2

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