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

GridGroupSummarySortInfo.SortOrder Property

Gets or sets the order in which group rows are sorted.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ListSortDirection SortOrder { get; }

Property Value

Type Description
ListSortDirection

A ListSortDirection enumeration value that specifies the sort order.

See Also