Skip to main content

BaseDocument.IsVisible Property

Gets whether the document is visible.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsVisible { get; }

Property Value

Type Description
Boolean

true if the document is visible; otherwise, false.

Remarks

A document is visible if the document’s content (BaseDocument.Control) is visible.

See Also