TotalSummaryBrickGeneratedEventArgs.Column Property
In This Article
Gets the column that will be exported.
Namespace: DevExpress.Maui.DataGrid.Export
Assembly: DevExpress.Maui.DataGrid.Export.dll
NuGet Package: DevExpress.Maui.DataGrid.Export
#Declaration
C#
public GridColumn Column { get; }
#Property Value
Type | Description |
---|---|
Grid |
The column. |
See Also