ASPxVerticalGridCustomRowSortEventArgs(VerticalGridDataRow, Object, Object, ColumnSortOrder) Constructor
Initializes a new instance of the ASPxVerticalGridCustomRowSortEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxVerticalGridCustomRowSortEventArgs(
VerticalGridDataRow row,
object value1,
object value2,
ColumnSortOrder sortOrder
)
Parameters
Name | Type | Description |
---|---|---|
row | VerticalGridDataRow | An VerticalGridDataRow supported object that represents the data row that contains the values to compare. This value is assigned to the ASPxVerticalGridCustomRowSortEventArgs.Row property. |
value1 | Object | An object that represents the first of the two values being compared. This value is assigned to the GridCustomColumnSortEventArgs.Value1 property. |
value2 | Object | An object that represents the second of the two values being compared. This value is assigned to the GridCustomColumnSortEventArgs.Value2 property. |
sortOrder | ColumnSortOrder |
See Also