Skip to main content

LayoutControl.BackgroundImage Property

Gets or sets the layout control’s background image.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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