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

LayoutControl.BackgroundImage Property

Gets or sets the layout control’s background image.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

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

Property Value

Type Description
Image

A Image descendant that represents the layout control’s background image.

Remarks

This member is not supported. To specify the background image for the LayoutControl use the root group’s LayoutGroup.BackgroundImage property.

See Also