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

ASPxCardView.IsAllowSort(CardViewColumn) Method

Indicates whether data sorting is allowed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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