InfiniteSource.GetTotalSummaries Event
In This Article
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 Grid |
Result | Gets or sets the result of the get summaries operation. |
Source | Gets a source object that returns data. |
Summaries |
Gets the Grid |
#Remarks
Refer to the following topic for more information: Bind the WPF Data Grid to any Data Source with Virtual Sources.
See Also