Skip to main content
A newer version of this page is available. .

GetSummariesEventArgs Properties

Provides data for the InfiniteSource.GetTotalSummaries and PagedSource.GetTotalSummaries events.
Name 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.
See Also