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

BaseLayoutItem.IsCaptionImageVisible Property

Gets whether the caption image (BaseLayoutItem.CaptionImage) is visible. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public bool IsCaptionImageVisible { get; }

Property Value

Type Description
Boolean

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

Remarks

Use the BaseLayoutItem.ShowCaptionImage property to specify the visibility of the item’s caption image. To set the caption image, see the BaseLayoutItem.CaptionImage property.

See Also