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.v19.1.dll

Declaration

public ListSortDirection SortOrder { get; }

Property Value

Type Description
ListSortDirection

A ListSortDirection enumeration value that specifies the sort order.

See Also