CardViewColumn.UnSort() Method
In This Article
Clears the sorting applied to the column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Remarks
The UnSort method sets the CardViewColumn.SortIndex property to -1. The CardViewColumn.SortOrder property is automatically set to the ColumnSortOrder.None value.
Sorting is allowed if the ASPxGridBehaviorSettings.AllowSort property is set to true
.
See Also