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

BarButtonItemLink.Opened Property

Gets a value indicating whether the Dropdown control of an item is visible.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Opened { get; }

Property Value

Type Description
Boolean

true if the Dropdown control of an item is visible; otherwise, false.

See Also