Back to Devexpress

CardViewColumn.UnSort() Method

aspnet-devexpress-dot-web-dot-cardviewcolumn-9b43cb9e.md

latest1.5 KB
Original Source

CardViewColumn.UnSort() Method

Clears the sorting applied to the column.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public void UnSort()
vb
Public Sub UnSort

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

SortOrder

SortAscending()

SortDescending()

SortIndex

Card View

CardViewColumn Class

CardViewColumn Members

DevExpress.Web Namespace