Skip to main content

BaseLayoutItem.HasTabCaption Property

Gets if the BaseLayoutItem object has a non-empty BaseLayoutItem.TabCaption property value.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

[Browsable(false)]
public bool HasTabCaption { get; }

Property Value

Type Description
Boolean

true if the BaseLayoutItem object has a non-empty BaseLayoutItem.TabCaption property value; otherwise, false.

See Also