Skip to main content

GridSortInfo.SortOrder Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
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