Skip to main content

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.v23.2.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