Back to Devexpress

GroupControl.CaptionImage Property

windowsforms-devexpress-dot-xtraeditors-dot-groupcontrol-4fbc8051.md

latest1.7 KB
Original Source

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.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image CaptionImage { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Property CaptionImage As Image

Property Value

TypeDefaultDescription
Imagenull

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

|

See Also

CaptionImageOptions

GroupControl Class

GroupControl Members

DevExpress.XtraEditors Namespace