Skip to main content

GridTotalSummaryData.Column Property

Gets a column against which the grid calculates the total summary.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

A column against which the grid calculates the total summary.

See Also