Skip to main content

PrintAppearanceObject.BorderWidth Property

Gets or sets the border width.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public float BorderWidth { get; set; }

Property Value

Type Description
Single

A System.Single value.

Remarks

If this property value is 0, brick borders are invisible.

See Also