Skip to main content
Tab

ASPxVerticalGrid.IsAllowSort(VerticalGridRow) Method

Indicates whether data sorting is allowed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsAllowSort(
    VerticalGridRow row
)

Parameters

Name Type Description
row VerticalGridRow

A VerticalGridRow object that represents the row.

Returns

Type Description
Boolean

true if data sorting is allowed; otherwise, false.

Remarks

Data sorting is allowed if the ASPxGridBehaviorSettings.AllowSort property is set to true.

See Also