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

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.v18.2.dll

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