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

BarButtonItemLink.IsPopupVisible Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual bool IsPopupVisible { get; }

Property Value

Type Description
Boolean

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

See Also