Skip to main content
Bar

BarCustomContainerItemLink.Opened Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Opened { get; set; }

Property Value

Type Description
Boolean

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

See Also