Skip to main content
Tab

ASPxCardView.IsAllowSort(CardViewColumn) Method

Indicates whether data sorting is allowed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool IsAllowSort(
    CardViewColumn column
)

#Parameters

Name Type Description
column CardViewColumn

A CardViewColumn 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