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

BootstrapCardViewBeforeColumnSortingEventArgs(BootstrapCardViewColumn, ColumnSortOrder, Int32) Constructor

Initializes a new instance of the BootstrapCardViewBeforeColumnSortingEventArgs class.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapCardViewBeforeColumnSortingEventArgs(
    BootstrapCardViewColumn column,
    ColumnSortOrder oldSortOrder,
    int oldSortIndex
)

Parameters

Name Type Description
column BootstrapCardViewColumn

A BootstrapCardViewColumn object that represents the processed data column. This value is assigned to the BootstrapCardViewBeforeColumnSortingEventArgs.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