Skip to main content

LayoutGroup.ContentImage Property

Gets or sets the group’s background image that is displayed “as is”, and can be aligned to any group’s edge. This property is obsolete. Use the ContentImageOptions property instead.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image ContentImage { get; set; }

Property Value

Type Default Description
Image null

An Image object.

See Also