VerticalGridDataRow.UnSort() Method
Clears the sorting applied to the row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The UnSort method sets the VerticalGridDataRow.SortIndex property to -1. The VerticalGridDataRow.SortOrder property is automatically set to the ColumnSortOrder.None value.
Sorting is allowed if the ASPxGridBehaviorSettings.AllowSort property is set to true
.
See Also