BootstrapGridViewCustomColumnSortEventArgs(BootstrapGridViewDataColumn, Object, Object, ColumnSortOrder) Constructor
Initializes a new instance of the CustomColumnSortEventArgs class with the specified settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapGridViewCustomColumnSortEventArgs(
BootstrapGridViewDataColumn column,
object value1,
object value2,
ColumnSortOrder sortOrder
)
Parameters
Name | Type | Description |
---|---|---|
column | BootstrapGridViewDataColumn | A BootstrapGridViewDataColumn object representing the column that contains the values to compare. This value is assigned to the BootstrapGridViewCustomColumnSortEventArgs.Column property. |
value1 | Object | An object representing the first of the two values being compared. This value is assigned to the CustomColumnSortEventArgs.Value1 property. |
value2 | Object | An object representing the second of the two values being compared. This value is assigned to the CustomColumnSortEventArgs.Value2 property. |
sortOrder | ColumnSortOrder | A ColumnSortOrder value representing the sort order applied to the specified column. This value is assigned to the CustomColumnSortEventArgs.SortOrder property. |
Remarks
Instances of the BootstrapGridViewCustomColumnSortEventArgs class are automatically created, initialized and passed to the corresponding event handlers.