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

TotalSummaryControl.Column Property

Gets or sets the grid column which total summary values are 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, Handler = "OnColumnChanged")]
public ColumnBase Column { get; set; }

Property Value

Type Description
ColumnBase

The grid column which total summary values are displayed in the TotalSummaryControl.

See Also