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

FetchEventArgsBase.SortOrder Property

Gets the GridControl‘s sorting.

Namespace: DevExpress.Xpf.Data

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public SortDefinition[] SortOrder { get; }

Property Value

Type Description
DevExpress.Xpf.Data.SortDefinition[]

The GridControl‘s sorting.

Remarks

Refer to the following help topic for more information: FetchRows.

See Also