Back to Devexpress

BootstrapCardView.CustomColumnSort Event

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapcardview-2b8fd7ab.md

latest4.0 KB
Original Source

BootstrapCardView.CustomColumnSort Event

Enables you to sort data using custom rules.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public event BootstrapCardViewCustomColumnSortEventHandler CustomColumnSort
vb
Public Event CustomColumnSort As BootstrapCardViewCustomColumnSortEventHandler

Event Data

The CustomColumnSort event's data class is BootstrapCardViewCustomColumnSortEventArgs. The following properties provide information specific to this event:

PropertyDescription
ColumnGets the column whose values are being compared.
HandledGets or sets whether a comparison operation is handled, and therefore, no default processing is required. Inherited from GridCustomColumnSortEventArgs.
ListSourceRowIndex1Gets the index in the data source of the first of the two data items (row, card or record) being compared. Inherited from GridCustomColumnSortEventArgs.
ListSourceRowIndex2Gets the index in the data source of the second of the two data items (row, card or record) being compared. Inherited from GridCustomColumnSortEventArgs.
ResultGets or sets the result of a custom comparison. Inherited from GridCustomColumnSortEventArgs.
SortOrderGets the sort order applied to the column (row for ASPxVerticalGrid) being processed. Inherited from GridCustomColumnSortEventArgs.
Value1Gets the first value being compared. Inherited from GridCustomColumnSortEventArgs.
Value2Gets the second value being compared. Inherited from GridCustomColumnSortEventArgs.

The event data class exposes the following methods:

MethodDescription
GetRow1Value(String)Returns the specified column’s value in the first data item (row, card or record) being compared. Inherited from GridCustomColumnSortEventArgs.
GetRow2Value(String)Returns the specified column’s value in the second data item (row, card or record) being compared. Inherited from GridCustomColumnSortEventArgs.

See Also

BootstrapCardView Class

BootstrapCardView Members

DevExpress.Web.Bootstrap Namespace