Skip to main content

GridTotalSummaryData.DataControl Property

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
DataControlBase

A DataControlBase descendant that represents the data-aware control to which the current summary belongs.

Remarks

To learn more, see Total Summary.

See Also