CustomExportEventArgs.Appearance Property
In This Article
Gets the appearance properties that are applied to cells in the exported document.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public ExportBrickAppearance Appearance { get; protected set; }
#Property Value
Type | Description |
---|---|
Export |
The appearance object. |
See Also