GridCustomColumnSortEventArgs Properties
Serves as a base for classes that provide data for custom sorting and grouping events of grid-like controls.
Name | Description |
---|---|
Handled | Gets or sets whether a comparison operation is handled, and therefore, no default processing is required. |
List |
Gets the index in the data source of the first of the two data items (row, card or record) being compared. |
List |
Gets the index in the data source of the second of the two data items (row, card or record) being compared. |
Result | Gets or sets the result of a custom comparison. |
Sort |
Gets the sort order applied to the column (row for ASPx |
Value1 | Gets the first value being compared. |
Value2 | Gets the second value being compared. |
See Also