Skip to main content
Bar

BarLinkContainerItemLink.CanOpenMenu Property

Indicates whether the current menu can be opened.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool CanOpenMenu { get; }

Property Value

Type Description
Boolean

true if the current menu can be opened; otherwise, false.

See Also