GridTotalSummaryData(SummaryItemBase, Object, ColumnBase, DataControlBase) Constructor
Initializes a new instance of the GridTotalSummaryData class.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
public GridTotalSummaryData(
SummaryItemBase item,
object value,
ColumnBase column,
DataControlBase dataControl
)
Parameters
Name | Type | Description |
---|---|---|
item | SummaryItemBase | A SummaryItemBase object that represents the summary item. This value is assigned to the GridTotalSummaryData.Item property. |
value | Object | A Object specifying the summary’s value. This value is assigned to the GridTotalSummaryData.Value property. |
column | ColumnBase | A ColumnBase object that represents the column for which the summary has been calculated. This value is assigned to the GridTotalSummaryData.Column property. |
dataControl | DataControlBase | A DataControlBase descendant that owns the summary. |
See Also