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

GroupControl.CaptionImage Property

Gets or sets the image to display within the group’s caption area.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Property Value

Type Default Description
Image *null*

A Image object that specifies the group’s caption image.

Remarks

Use the CaptionImage property to specify the image to display in the group’s caption.

The image’s position is specified by the GroupControl.CaptionImageLocation property. The GroupControl.CaptionImagePadding property allows you to specify indents between the image and the borders and caption text.

See Also