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

PanelControl.BackgroundImage Property

Gets or sets the control’s background image. This member is not supported by the PanelControl class. Use the Appearance.Image property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Property Value

Type Description
Image

A Image object.

See Also