DataViewCommandsBase.ChangeColumnsSortOrder Property
Toggles a column’s sort order.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
ICommand | A command implementing the ICommand. |
Remarks
The corresponding method: GridSortInfo.ChangeSortOrder.
To learn more about using commands, refer to MSDN.
See Also