Skip to main content

ExportBrickAppearance.Padding Property

Gets or set paddings of the DataGridView‘s brick (element) when it is exported.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public Thickness? Padding { get; set; }

Property Value

Type Description
Nullable<Thickness>

Paddings of the DataGridView‘s brick (element) when it is exported.

See Also