Back to Devexpress

VirtualServerModeTotalSummaryEventArgs.NotifySummaryReady(IDictionary<ServerModeSummaryDescriptor, Object>) Method

corelibraries-devexpress-dot-data-dot-virtualservermodetotalsummaryeventargs-dot-notifysummaryready-x28-system-dot-collections-dot-generic-dot-idictionary-devexpress-dot-data-dot-servermodesummarydescriptor-system-dot-object-x29.md

latest2.3 KB
Original Source

VirtualServerModeTotalSummaryEventArgs.NotifySummaryReady(IDictionary<ServerModeSummaryDescriptor, Object>) Method

Allows you to update the bound grid control with intermediate summary values.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[Browsable(false)]
public void NotifySummaryReady(
    IDictionary<ServerModeSummaryDescriptor, object> intermediateSummary
)
vb
<Browsable(False)>
Public Sub NotifySummaryReady(
    intermediateSummary As IDictionary(Of ServerModeSummaryDescriptor, Object)
)

Parameters

NameTypeDescription
intermediateSummaryIDictionary<DevExpress.Data.ServerModeSummaryDescriptor, Object>

A dictionary that contains intermediate summary values.

|

Remarks

The Task you create in your VirtualServerModeSource.TotalSummary event handler must return final values for all requested summaries, including those whose intermediate values are supplied with the VirtualServerModeTotalSummaryEventArgs.NotifyIntermediateSummaryReady method.

See Also

VirtualServerModeTotalSummaryEventArgs Class

VirtualServerModeTotalSummaryEventArgs Members

DevExpress.Data Namespace