A newer version of this page is available.
Switch to the current version.
ASPxCardView.CustomColumnSort Event
Enables you to sort data using custom rules.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public event ASPxCardViewCustomColumnSortEventHandler CustomColumnSort
Public Event CustomColumnSort As ASPxCardViewCustomColumnSortEventHandler
Event Data
The CustomColumnSort event's data class is CardViewCustomColumnSortEventArgs. The following properties provide information specific to this event:
Property | 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 GridCustomColumnSortEventArgs. |
ListSourceRowIndex1 | Gets the index in the data source of the first of the two data items (row, card or record) being compared. Inherited from GridCustomColumnSortEventArgs. |
ListSourceRowIndex2 | Gets the index in the data sour |