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

ASPxVerticalGridBeforeRowSortingEventArgs Properties

Provides data for the ASPxVerticalGrid.BeforeRowSorting event.
Name Description
OldSortIndex Gets a column’s (row’s for ASPxVerticalGrid) previous position among sorted columns (rows). Inherited from ASPxGridBeforeColumnGroupingSortingEventArgs.
OldSortOrder Gets a column’s (row’s for ASPxVerticalGrid) previous sort order. Inherited from ASPxGridBeforeColumnGroupingSortingEventArgs.
Row Gets a row whose sort order has been changed.
See Also