Skip to main content

GridPrintBrickStyle.Padding Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public Thickness? Padding { get; set; }

Property Value

Type Description
Nullable<Thickness>

Paddings of the GridControl‘s brick (element) when it is printed.

See Also