Skip to main content

InfiniteAsyncSource.GetTotalSummaries Event

Allows you to get total summaries.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public event EventHandler<GetSummariesAsyncEventArgs> GetTotalSummaries

Event Data

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

Property Description
CancellationToken Gets a token that allows you to respond to a task cancellation request invoked by the GridControl. Inherited from BaseAsyncArgs.
Filter Gets the GridControl‘s filter. Inherited from GetSummariesEventArgsBase.
Result
Summaries Gets the GridControl’s total summaries. Inherited from GetSummariesEventArgsBase.
See Also