LayoutControl.BackgroundImage Property
In This Article
Gets or sets the layout control’s background image. This property is obsolete.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.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.
See Also