Skip to main content
A newer version of this page is available. .
Tab

CardViewColumn.SortDescending() Method

Sorts the column in descending order.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void SortDescending()

Remarks

The SortDescending method sets the CardViewColumn.SortOrder property to the ColumnSortOrder.Descending value.

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

See Also