CustomExportEventArgs.Appearance Property
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
public ExportBrickAppearance Appearance { get; protected set; }
Property Value
Type | Description |
---|---|
ExportBrickAppearance | The appearance object. |
See Also