Skip to main content

GridColumnCommands.SetColumnSortOrder Property

Specifies the column’s sort order.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ICommand SetColumnSortOrder { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

This command accepts a parameter of the SortOrder type.

See Also