TotalSummaryData.Column Property
In This Article
Gets or sets the column for which the total summary is calculated.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public GridColumn Column { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
A grid column object. |
See Also