CustomHeaderExportEventArgs.Column Property
Gets the exported header’s column.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public GridColumn Column { get; }
Property Value
Type | Description |
---|---|
GridColumn | The exported header’s column. |
See Also