ASPxVerticalGrid.IsAllowSort(VerticalGridRow) Method
Indicates whether data sorting is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | VerticalGridRow | A VerticalGridRow object that represents the row. |
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
Data sorting is allowed if the ASPxGridBehaviorSettings.AllowSort property is set to true
.
See Also