Back to Devexpress

GridControl.SortBy Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-dot-sortby.md

latest953 B
Original Source

GridControl.SortBy Method

NameParametersDescription
SortBy(GridColumn, ColumnSortOrder, Int32)column, sortedOrder, sortedIndexSorts data against the specified column and arranges it according to the sort order. The position of the sort condition within the GridSortInfoCollection depends on the sortedIndex parameter.
SortBy(GridColumn, ColumnSortOrder)column, sortedOrderSorts data against the specified column and arranges it according to the sort order.
SortBy(GridColumn)columnSorts data against the specified column.