Skip to main content

GridColumnCommands.ChangeColumnSortOrder Property

Toggles a column’s sort order.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand ChangeColumnSortOrder { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

Corresponding Property: ColumnBase.SortOrder

See Also