ASPxCardView.BeforeColumnSortingGrouping Event
In This Article
Occurs before a column is sorted or grouped.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event ASPxCardViewBeforeColumnSortingGroupingEventHandler BeforeColumnSortingGrouping
#Event Data
The BeforeColumnSortingGrouping event's data class is ASPxCardViewBeforeColumnSortingGroupingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Column | Gets a column whose sort or group order has been changed. |
Old |
Gets the column’s previous position among grouped columns. |
Old |
Gets a column’s (row’s for ASPx |
Old |
Gets a column’s (row’s for ASPx |
#Remarks
The event parameter’s properties allow you to obtain a column’s previous sort order, and its position among sorted and grouped columns. The processed column is returned by the ASPxCardViewBeforeColumnSortingGroupingEventArgs.Column property.
See Also