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

VirtualServerModeConfigurationInfo.TotalSummary Property

Gets the total summaries the grid asks the data source to calculate.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

public ServerModeSummaryDescriptor[] TotalSummary { get; }

Property Value

Type Description
DevExpress.Data.ServerModeSummaryDescriptor[]

The total summaries the grid asks the data source to calculate.

See Also