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

Member Table: Sorting

Server

Member Description
ASPxGridView.GetSortedColumns Returns a collection of columns involved in sorting.
ASPxGridBase.SortCount Gets the number of columns involved in sorting.
GridViewDataColumn.SortAscending Sorts the column in ascending order.
GridViewDataColumn.SortDescending Sorts the column in descending order.
GridViewDataColumn.SortIndex Specifies the column’s position among sorted columns.
GridViewDataColumn.SortOrder Specifies the column’s sort order.

Client

Member Description
ASPxClientGridView.SortBy Sorts data by the values of the specified data column.
ASPxClientGridView.ColumnSorting Enables you to prevent columns from being sorted.