BootstrapGridViewBeforeColumnGroupingSortingEventArgs(BootstrapGridViewDataColumn, ColumnSortOrder, Int32, Int32) Constructor
Initializes a new instance of the BootstrapGridViewBeforeColumnGroupingSortingEventArgs class.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapGridViewBeforeColumnGroupingSortingEventArgs(
BootstrapGridViewDataColumn column,
ColumnSortOrder oldSortOrder,
int oldSortIndex,
int oldGroupIndex
)
Parameters
Name | Type | Description |
---|---|---|
column | BootstrapGridViewDataColumn | A BootstrapGridViewDataColumn object that represents the processed data column. This value is assigned to the BootstrapGridViewBeforeColumnGroupingSortingEventArgs.Column property. |
oldSortOrder | ColumnSortOrder | A ColumnSortOrder enumeration value that specifies the column’s previous sort order. This value is assigned to the ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortOrder property. |
oldSortIndex | Int32 | An integer value that specifies the column’s previous position among sorted columns. This value is assigned to the ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortIndex property. |
oldGroupIndex | Int32 | An integer value that specifies the column’s previous position among grouped columns. This value is assigned to the ASPxGridViewBeforeColumnGroupingSortingEventArgs.OldGroupIndex property. |
Remarks
Instances of the BootstrapGridViewBeforeColumnGroupingSortingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.