Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewBeforeColumnGroupingSortingEventArgs.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 GridViewDataColumn.GroupIndex property.

See Also