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

FetchEventArgsBase.SortOrder Property

Gets the GridControl‘s sort options.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public SortDefinition[] SortOrder { get; }

Property Value

Type Description
DevExpress.WinUI.Grid.SortDefinition[]

The GridControl‘s sort options.

Remarks

Refer to the following help topic for more information: Enable Sort Operations.

See Also