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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

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