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

PrintAppearanceObject.Image Property

OBSOLETE

This property is retained only for backward compatibility.

Overrides the AppearanceObject.Image property to hide it.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

[Browsable(false)]
[Obsolete("This property is retained only for backward compatibility.")]
public Image Image { get; set; }

Property Value

Type Description
Image

An Image object.

Remarks

This property is overridden to hide the corresponding property of the AppearanceObject class, because the Image property is inappropriate for PrintAppearanceObject.

See Also