Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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