Skip to main content
A newer version of this page is available. .

TotalSummaryControl.DataControl Property

Gets the control that contains the total summary displayed in the TotalSummaryControl. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public DataControlBase DataControl { get; }

Property Value

Type Description
DataControlBase

The control that contains the total summary displayed in the TotalSummaryControl.

See Also