Skip to main content

BaseLayoutItem.IsVisible Property

Gets whether the current item is visible. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

public bool IsVisible { get; }

#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