CustomColumnSortEventArgs Properties
Provides data for the GridControl.CustomColumnSort event.Name | Description |
---|---|
Column | Gets the column whose values are being compared. |
Handled | Gets or sets whether a comparison operation is handled and no default processing is required. |
ListSourceRowIndex1 | Gets the index of the first of the two rows being compared in the data source. |
ListSourceRowIndex2 | Gets the index of the second of the two rows being compared in the data source. |
Result | Gets or sets the result of a custom comparison. |
SortOrder | Gets the sort order applied to the column. |
Source | Gets the grid control that raised the event. |
Value1 | Gets the first value being compared. |
Value2 | Gets the second value being compared. |
See Also