PrintAppearanceObject.BackColor2 Property
OBSOLETE
This property is retained only for backward compatibility.
Overrides the AppearanceObject.BackColor2
property to hide it.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[Obsolete("This property is retained only for backward compatibility.")]
public Color BackColor2 { get; set; }
Property Value
Type | Description |
---|---|
Color | A Color structure. |
Remarks
This property is overridden to hide the corresponding property of the AppearanceObject class, because the BackColor2 property is inappropriate for PrintAppearanceObject.
See Also