ASPxCardViewBeforeColumnSortingGroupingEventArgs.OldGroupIndex Property
Gets the column’s previous position among grouped columns.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the column’s previous position among grouped columns. |
Remarks
To obtain the column’s current position among grouped columns, use its CardViewColumn.GroupIndex property.
See Also