Skip to main content

PagedSource.GetTotalSummaries Event

Allows getting total summaries.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v23.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