Skip to main content

GroupControl.CaptionImage Property

Gets or sets the image to display within the group’s caption area. This property is obsolete. Use the CaptionImageOptions property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v25.1.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.

See Also