Skip to main content
Bar

PopupMenuBase.Visible Property

Indicates whether the current PopupMenuBase object is visible.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if the current PopupMenuBase object is visible; otherwise, false.

See Also