Skip to main content

VirtualServerModeConfigurationInfo.SortInfo Property

Gets the grid’s current column sorting configuration.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public ServerModeOrderDescriptor[] SortInfo { get; }

Property Value

Type Description
DevExpress.Data.ServerModeOrderDescriptor[]

The column sorting configuration applied to the grid.

See Also