ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortIndex Property
In This Article
Gets a column’s (row’s for ASPxVerticalGrid) previous position among sorted columns (rows).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the previous position. |
#Remarks
Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.
#ASPxGridView
To obtain the column’s current position among sorted columns, use its GridViewDataColumn.SortIndex property.
#Related Links
#ASPxCardView
To obtain the column’s current position among sorted columns, use its CardViewColumn.SortIndex property.
#Related Links
#ASPxVerticalGrid
To obtain the row’s current position among sorted rows, use its VerticalGridDataRow.SortIndex property.
#Related Links
See Also