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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

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