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