ASPxCardView.IsAllowSort(CardViewColumn) Method
Indicates whether data sorting is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | CardViewColumn | A CardViewColumn object that represents the data column. |
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
Data sorting is allowed if the ASPxGridBehaviorSettings.AllowSort property is set to true
.
See Also