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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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