ASPxCardViewBeforeColumnSortingGroupingEventArgs(CardViewColumn, ColumnSortOrder, Int32, Int32) Constructor
Initializes a new instance of the ASPxCardViewBeforeColumnSortingGroupingEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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