Skip to main content

BaseLayoutItem.HasCaption Property

Gets whether a non-empty caption is assigned to the BaseLayoutItem.Caption 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 HasCaption { get; }

Property Value

Type Description
Boolean

true if a non-empty caption is assigned to the BaseLayoutItem.Caption property; otherwise, false.

See Also