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

ASPxGridBeforeColumnGroupingSortingEventArgs Constructors

Provides data for the ASPxGridView.BeforeColumnSortingGrouping and ASPxCardView.BeforeColumnSorting events.
Name Parameters Description
ASPxGridBeforeColumnGroupingSortingEventArgs(IWebGridDataColumn, ColumnSortOrder, Int32, Int32) column, oldSortOrder, oldSortIndex, oldGroupIndex Initializes a new instance of the ASPxGridBeforeColumnGroupingSortingEventArgs class.
See Also