Back to Devexpress

CardViewColumn.SortDescending() Method

aspnet-devexpress-dot-web-dot-cardviewcolumn-cae114b8.md

latest1.3 KB
Original Source

CardViewColumn.SortDescending() Method

Sorts the column in descending order.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public void SortDescending()
vb
Public Sub 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

SortAscending()

UnSort()

SortOrder

Card View

CardViewColumn Class

CardViewColumn Members

DevExpress.Web Namespace