Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxCardViewBeforeColumnSortingEventArgs.OldGroupIndex Property

Gets the column’s previous position among grouped columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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