Back to Devexpress

DataGridExportLink.CellBrickGenerated Event

maui-devexpress-dot-maui-dot-datagrid-dot-export-dot-datagridexportlink.md

latest1.9 KB
Original Source

DataGridExportLink.CellBrickGenerated Event

Occurs when the cell brick is generated.

Namespace : DevExpress.Maui.DataGrid.Export

Assembly : DevExpress.Maui.DataGrid.Export.dll

NuGet Package : DevExpress.Maui.DataGrid.Export

Declaration

csharp
public event EventHandler<CellBrickGeneratedEventArgs> CellBrickGenerated

Event Data

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

PropertyDescription
BrickGets or sets a brick (element) that will be exported. Inherited from BrickGeneratedEventArgs.
ColumnGets the DataGridView column whose bricks are generated.
GraphicsGets an instance of the BrickGraphics class that implements export. Inherited from BrickGeneratedEventArgs.
VisibleRowIndexGets the zero-based index of the row whose bricks are generated.

See Also

DataGridExportLink Class

DataGridExportLink Members

DevExpress.Maui.DataGrid.Export Namespace