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

VerticalGridDataRow.SortAscending() Method

Sorts the row in ascending order.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void SortAscending()

Remarks

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

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

See Also