LayoutItem.IsLabelVisible Property
Gets whether the label is visible.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
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