Skip to main content
A newer version of this page is available. .

GridSortInfo.SortOrder Property

Gets or sets the column’s sort order. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ListSortDirection SortOrder { get; set; }

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