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

XtraTabPage.BackgroundImage Property

Specifies the background image for the control. This property is not supported by the XtraTabPage class. Use the BackgroundImage property of the PageAppearance.PageClient object instead.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public override Image BackgroundImage { get; set; }

Property Value

Type Description
Image

A Image value.

See Also