Skip to main content

BaseLayoutItem.HasImage Property

Gets whether a caption image is assigned to the BaseLayoutItem.CaptionImage property. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool HasImage { get; }

Property Value

Type Description
Boolean

true if a caption image is assigned to the BaseLayoutItem.CaptionImage property; otherwise, false.

See Also