Skip to main content

FetchEventArgsBase.SortOrder Property

Gets the GridControl‘s sort options.

Namespace: DevExpress.WinUI.Grid

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