Skip to main content

GroupControl.CaptionImage Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
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