Back to Devexpress

DataGridView.CustomColumnHeaderExport Event

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-178e1a01.md

latest1.5 KB
Original Source

DataGridView.CustomColumnHeaderExport Event

Allows you to customize an exported column header.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public event EventHandler<CustomHeaderExportEventArgs> CustomColumnHeaderExport

Event Data

The CustomColumnHeaderExport event's data class is CustomHeaderExportEventArgs. The following properties provide information specific to this event:

PropertyDescription
AppearanceGets the appearance properties that are applied to cells in the exported document. Inherited from CustomExportEventArgs.
ColumnGets the exported header’s column.
ContentGets or sets the content of the exported cell. Inherited from CustomExportEventArgs.

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace