Back to Devexpress

InfiniteSource.GetTotalSummaries Event

wpf-devexpress-dot-xpf-dot-data-dot-infinitesource-c663f076.md

latest2.1 KB
Original Source

InfiniteSource.GetTotalSummaries Event

Allows getting total summaries.

Namespace : DevExpress.Xpf.Data

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event EventHandler<GetSummariesEventArgs> GetTotalSummaries
vb
Public Event GetTotalSummaries As EventHandler(Of GetSummariesEventArgs)

Event Data

The GetTotalSummaries event's data class is GetSummariesEventArgs. The following properties provide information specific to this event:

PropertyDescription
FilterGets the GridControl ‘s filtering. Inherited from GetSummariesEventArgsBase.
ResultGets or sets the result of the get summaries operation.
SourceGets a source object that returns data.
SummariesGets the GridControl ‘s total summary items. Inherited from GetSummariesEventArgsBase.

Remarks

Refer to the following topic for more information: Bind the WPF Data Grid to any Data Source with Virtual Sources.

See Also

InfiniteSource Class

InfiniteSource Members

DevExpress.Xpf.Data Namespace