ASPxVerticalGrid.IsAllowSort(VerticalGridRow) Method
In This Article
Indicates whether data sorting is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public bool IsAllowSort(
VerticalGridRow row
)
#Parameters
Name | Type | Description |
---|---|---|
row | Vertical |
A Vertical |
#Returns
Type | Description |
---|---|
Boolean |
|
#Remarks
Data sorting is allowed if the ASPxGridBehaviorSettings.AllowSort property is set to true
.
See Also