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