Skip to main content
Tab

CardViewColumn.SortAscending() Method

In This Article

Sorts the column in ascending order.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public void 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