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
Declaration
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