Skip to main content
A newer version of this page is available. .
Bar

PopupMenu.Visible Property

Indicates whether the current PopupMenu is visible.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if the current PopupMenu is visible; otherwise, false.

See Also