BaseLayoutItem.IsVisible Property
In This Article
Gets whether the current item is visible. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the current item is visible; otherwise, false. |
#Remarks
Use the BaseLayoutItem.Visibility property to specify the item's visibility.
See Also