Skip to main content
Bar

PopupMenu.Visible Property

Indicates whether the current PopupMenu is visible.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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