Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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