Skip to main content
Tab

VerticalGridDataRow.SortDescending() Method

Sorts the row in descending order.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void SortDescending()

Remarks

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

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

See Also