Skip to main content
Tab

ASPxCardViewBeforeColumnSortingGroupingEventArgs.OldGroupIndex Property

Gets the column’s previous position among grouped columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int OldGroupIndex { get; }

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