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

BootstrapCardViewBeforeColumnSortingEventArgs Properties

Provides data for the BootstrapCardView.BeforeColumnSorting event.
Name Description
Column Gets a column whose sort or group order has been changed.
OldGroupIndex Gets the column’s previous position among grouped columns. Inherited from ASPxCardViewBeforeColumnSortingEventArgs.
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.
See Also