Skip to main content
A newer version of this page is available. .
All docs
V21.2

SortArgs.SortOrder Property

Gets the sort order applied to the column.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v21.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public SortOrder SortOrder { get; }

Property Value

Type Description
DevExpress.Mvvm.Xpf.SortOrder

The column’s sort order.

Remarks

The SortOrder property always returns None for a command bound to the GridControl.CustomColumnGroupCommand property.

See Also