GridSummaryData.Column Property
In This Article
Gets the column for which the summary is calculated.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public ColumnBase Column { get; }
#Property Value
Type | Description |
---|---|
Column |
A Column |
See Also