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

LayoutItem.IsLabelVisible Property

Gets whether the label is visible.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v21.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public bool IsLabelVisible { get; }

Property Value

Type Description
Boolean

true if the label is visible; otherwise, false.

Remarks

A label is not visible if the LayoutItem.Label property is set to null or if an empty string is assigned to the LayoutItem.Label property.

See Also