Skip to main content
A newer version of this page is available. .

PrintAppearanceObject.IsSetBorderColor Property

Indicates whether or not the PrintAppearanceObject.BorderColor property is set.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

[Browsable(false)]
public bool IsSetBorderColor { get; }

Property Value

Type Description
Boolean

true if a border color has been assigned; otherwise false.

See Also