Back to Devexpress

LayoutItem.IsLabelVisible Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutitem-49375986.md

latest1.4 KB
Original Source

LayoutItem.IsLabelVisible Property

Gets whether the label is visible.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public bool IsLabelVisible { get; }
vb
Public ReadOnly Property IsLabelVisible As Boolean

Property Value

TypeDescription
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

Label

LayoutItem Class

LayoutItem Members

DevExpress.Xpf.LayoutControl Namespace