Skip to main content

GridGroupSummarySortInfo.SortOrder Property

Gets or sets the order in which group rows are sorted. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public ListSortDirection SortOrder { get; }

#Property Value

Type Description
ListSortDirection

A ListSortDirection enumeration value that specifies the sort order.

See Also