SortArgs.SortOrder Property
Gets the sort order applied to the column.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
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