TotalSummaryControl.Column Property
In This Article
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.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "OnColumnChanged")]
public ColumnBase Column { get; set; }
#Property Value
Type | Description |
---|---|
Column |
The grid column which total summary values are displayed in the Total |
See Also