Skip to main content
A newer version of this page is available. .
Tab

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.
ListSourceRowIndex1 Gets the index in the data source of the first of the two data items (row, card or record) being compared.
ListSourceRowIndex2 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.
SortOrder Gets the sort order applied to the column (row for ASPxVerticalGrid) being processed.
Value1 Gets the first value being compared.
Value2 Gets the second value being compared.
See Also