Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image BackgroundImage { get; set; }

Property Value

Type Description
Image

A Image object.

See Also