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

VirtualServerModeTotalSummaryEventArgs.ConfigurationInfo Property

Gets information on the grid’s current sorting, filtering and summary configuration.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

public VirtualServerModeConfigurationInfo ConfigurationInfo { get; }

Property Value

Type Description
VirtualServerModeConfigurationInfo

An object that provides the grid’s sorting, filtering and summary configuration.

See Also