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

PrintAppearanceObject.IsSetBackColor Property

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

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also