Back to Devexpress

DataGridView.CustomCellExport Event

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-9fc4e2ad.md

latest1.9 KB
Original Source

DataGridView.CustomCellExport Event

Allows you to customize an exported cell.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public event EventHandler<CustomCellExportEventArgs> CustomCellExport

Event Data

The CustomCellExport event's data class is CustomCellExportEventArgs. 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 column of the exported cell.
ContentGets or sets the content of the exported cell. Inherited from CustomExportEventArgs.
ItemGets the DataGridView exported item.
SourceIndexGets the exported row’s index in a data source.
ValueGets the exported cell’s value.

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace