BrickGeneratedEventArgs.Brick Property
In This Article
Gets or sets a brick (element) that will be exported.
Namespace: DevExpress.Maui.DataGrid.Export
Assembly: DevExpress.Maui.DataGrid.Export.dll
NuGet Package: DevExpress.Maui.DataGrid.Export
#Declaration
C#
public Brick Brick { get; set; }
#Property Value
Type | Description |
---|---|
Brick | An element that will be exported. |
See Also