GridTotalSummaryData.DataControl Property
In This Article
Gets the data-aware control which owns the total summary.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public DataControlBase DataControl { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
To learn more, see Total Summary.
See Also