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

PanelControl.ContentImage Property

Gets or sets the group’s background image that is displayed “as is”, and can be aligned to any panel’s edge.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public Image ContentImage { get; set; }

Property Value

Type Default Description
Image *null*

An Image object.

Remarks

The image assigned to the ContentImage property is displayed in the panel’s background “as is”. Use the PanelControl.ContentImageAlignment property to set the image’s alignment within the panel.

See Also