ASPxGridBeforeColumnGroupingSortingEventArgs Properties
Provides data for the ASPxGridView.BeforeColumnSortingGrouping and ASPxCardView.BeforeColumnSortingGrouping events.Name | Description |
---|---|
OldSortIndex | Gets a column’s (row’s for ASPxVerticalGrid) previous position among sorted columns (rows). |
OldSortOrder | Gets a column’s (row’s for ASPxVerticalGrid) previous sort order. |
See Also