Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PagedSource.GetTotalSummaries Event

Allows getting total summaries.

Namespace: DevExpress.Xpf.Data

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public event EventHandler<GetSummariesEventArgs> GetTotalSummaries

#Event Data

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

Property Description
Filter Gets the GridControl‘s filtering. Inherited from GetSummariesEventArgsBase.
Result Gets or sets the result of the get summaries operation.
Source Gets a source object that returns data.
Summaries Gets 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