Back to Devexpress

CardViewColumn.SortAscending() Method

aspnet-devexpress-dot-web-dot-cardviewcolumn-5b6162ff.md

latest1.3 KB
Original Source

CardViewColumn.SortAscending() Method

Sorts the column in ascending order.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public void SortAscending()
vb
Public Sub SortAscending

Remarks

The SortAscending method sets the CardViewColumn.SortOrder property to the ColumnSortOrder.Ascending value.

Sorting is allowed if the ASPxGridBehaviorSettings.AllowSort property is set to true.

See Also

SortDescending()

UnSort()

SortOrder

Card View

CardViewColumn Class

CardViewColumn Members

DevExpress.Web Namespace