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

ASPxCardViewBeforeColumnSortingGroupingEventArgs(CardViewColumn, ColumnSortOrder, Int32, Int32) Constructor

Initializes a new instance of the ASPxCardViewBeforeColumnSortingGroupingEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxCardViewBeforeColumnSortingGroupingEventArgs(
    CardViewColumn column,
    ColumnSortOrder oldSortOrder,
    int oldSortIndex,
    int groupIndex
)

Parameters

Name Type Description
column CardViewColumn

A CardViewColumn object that represents the processed data column.

oldSortOrder ColumnSortOrder

A ColumnSortOrder enumeration value that specifies the column’s previous sort order.

oldSortIndex Int32

An integer value that specifies the column’s previous position among sorted columns.

groupIndex Int32
See Also