DataControlBase.GetTotalSummaryValue(SummaryItemBase) Method
Returns the value of the specified total summary item.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | SummaryItemBase | A SummaryItemBase descendant that represents the total summary item. |
Returns
| Type | Description |
|---|---|
| Object | Returns the value of the specified total summary item. |
Remarks
Total summary items are stored within the grid’s GridControl.TotalSummary collection.
See Also