GetSummariesAsyncEventArgs Properties
Provides data for the InfiniteAsyncSource.GetTotalSummaries and PagedAsyncSource.GetTotalSummaries events.Name | Description |
---|---|
Filter | Gets the GridControl‘s filtering. Inherited from GetSummariesEventArgsBase. |
Result | Gets or sets the result of the get summaries operation. |
Summaries | Gets the GridControl‘s total summary items. Inherited from GetSummariesEventArgsBase. |
See Also