GridSortInfo.SortOrder Property
Gets or sets the column’s sort order. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
ListSortDirection | A ListSortDirection enumeration value that specifies the sort order. |
Remarks
To toggle a column’s sort order, use the GridSortInfo.ChangeSortOrder method. To learn more, see Sorting in Code.
See Also