SortArgs Constructors
Populates commands bound to the GridControl.CustomColumnSortCommand, TreeListView.CustomColumnSortCommand, and GridControl.CustomColumnGroupCommand properties with data.Name | Parameters | Description |
---|---|---|
SortArgs(Object, Object, String, Object, Object, SortOrder) | firstItem, secondItem, fieldName, firstValue, secondValue, sortOrder | Initializes a new instance of the SortArgs class with specified settings. |
See Also