Skip to main content
Tab

ASPxCardViewBeforeColumnSortingEventArgs(CardViewColumn, ColumnSortOrder, Int32) Constructor

Initializes a new instance of the ASPxCardViewBeforeColumnSortingEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCardViewBeforeColumnSortingEventArgs(
    CardViewColumn column,
    ColumnSortOrder oldSortOrder,
    int oldSortIndex
)

Parameters

Name Type Description
column CardViewColumn

A CardViewColumn object that represents the processed data column. This value is assigned to the DevExpress.Web.ASPxCardViewBeforeColumnSortingEventArgs.Column property.

oldSortOrder ColumnSortOrder

A ColumnSortOrder enumeration value that specifies the column’s previous sort order. This value is assigned to the ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortOrder property.

oldSortIndex Int32

An integer value that specifies the column’s previous position among sorted columns. This value is assigned to the ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortIndex property.

See Also