SortArgs.SortOrder Property
Gets the sort order applied to the column.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
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