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

GridTotalSummaryData.Column Property

Gets a grid column whose values should be summarized.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

A ColumnBase object that represents the column whose values should be summarized.

See Also