VirtualServerModeTotalSummaryEventArgs.NotifyIntermediateSummaryReady(IDictionary<ServerModeSummaryDescriptor, Object>) Method
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
public void NotifyIntermediateSummaryReady(
IDictionary<ServerModeSummaryDescriptor, object> intermediateSummary
)
Parameters
Name | Type |
---|---|
intermediateSummary | IDictionary<DevExpress.Data.ServerModeSummaryDescriptor, Object> |
See Also