CardViewCustomColumnSortEventArgs Properties
Provides data for the ASPxCardView.CustomColumnSort event.
Name | Description |
---|---|
Column | Gets the column whose values are being compared. |
Handled |
Gets or sets whether a comparison operation is handled, and therefore, no default processing is required.
Inherited from Grid |
List |
Gets the index in the data source of the first of the two data items (row, card or record) being compared.
Inherited from Grid |
List |
Gets the index in the data source of the second of the two data items (row, card or record) being compared.
Inherited from Grid |
Result |
Gets or sets the result of a custom comparison.
Inherited from Grid |
Sort |
Gets the sort order applied to the column (row for ASPx |
Value1 |
Gets the first value being compared.
Inherited from Grid |
Value2 |
Gets the second value being compared.
Inherited from Grid |
See Also