Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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