Skip to main content

GridGroupSummarySortInfo.SortOrder Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.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