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

BaseLayoutItem.HasTabCaption Property

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

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