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

VirtualServerModeConfigurationInfo.SortInfo Property

Gets the grid’s current column sorting configuration.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

public ServerModeOrderDescriptor[] SortInfo { get; }

Property Value

Type Description
DevExpress.Data.ServerModeOrderDescriptor[]

The column sorting configuration applied to the grid.

See Also