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

LayoutGroup.CaptionImageVisible Property

Gets or sets whether the group caption image is visible.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue(true)]
[XtraSerializableProperty]
[DXCategory("Appearance")]
public bool CaptionImageVisible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the group caption image is visible; otherwise, false.

Remarks

To specify the image to display in the group caption use the LayoutGroup.CaptionImage or LayoutGroup.CaptionImageIndex property. The LayoutGroup.CaptionImageLocation property determines the position of the image within the caption.

See Also