BaseLayoutItem.HasTabCaption Property
Gets if the BaseLayoutItem object has a non-empty BaseLayoutItem.TabCaption property value.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the BaseLayoutItem object has a non-empty BaseLayoutItem.TabCaption property value; otherwise, false. |
See Also