ASPxCardViewBeforeColumnSortingGroupingEventArgs(CardViewColumn, ColumnSortOrder, Int32, Int32) Constructor
In This Article
Initializes a new instance of the ASPxCardViewBeforeColumnSortingGroupingEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxCardViewBeforeColumnSortingGroupingEventArgs(
CardViewColumn column,
ColumnSortOrder oldSortOrder,
int oldSortIndex,
int groupIndex
)
#Parameters
Name | Type | Description |
---|---|---|
column | Card |
A Card |
old |
Column |
A Column |
old |
Int32 | An integer value that specifies the column’s previous position among sorted columns. |
group |
Int32 |
See Also