BootstrapCardView.BeforeColumnSortingGrouping Event
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v22.2.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[Browsable(false)]
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. |
OldGroupIndex | Gets the column’s previous position among grouped columns. |
OldSortIndex | Gets a column’s (row’s for ASPxVerticalGrid) previous position among sorted columns (rows). Inherited from ASPxGridBeforeColumnGroupingSortingEventArgs. |
OldSortOrder | Gets a column’s (row’s for ASPxVerticalGrid) previous sort order. Inherited from ASPxGridBeforeColumnGroupingSortingEventArgs. |
See Also