Skip to main content
All docs
V23.2

SortArgs.SortOrder Property

Gets the sort order applied to the column.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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