Skip to main content
A newer version of this page is available. .
Tab

ASPxGridView.IsAllowSort(GridViewColumn) Method

Indicates whether data sorting is allowed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsAllowSort(
    GridViewColumn column
)

Parameters

Name Type Description
column GridViewColumn

A GridViewColumn object that represents the data column.

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