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

GridColumnCommands.SetColumnSortOrder Property

Gets the command that sets the sort order applied to the column.

Namespace: DevExpress.UI.Xaml.Grid

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

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 ColumnSortOrder type.

See Also