ExportBrickAppearance.Padding Property
In This Article
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
C#
public Thickness? Padding { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Thickness> | Paddings of the Data |
See Also