HeaderBrickGeneratedEventArgs.Column Property
In This Article
Gets the DataGridView column whose bricks are generated.
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