Skip to main content
Bar

BarSplitButtonItemLink.IsPopupVisible Property

Gets whether the associated drop-down control is visible.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool IsPopupVisible { get; }

Property Value

Type Description
Boolean

true if the associated drop-down control is visible; otherwise, false.

Remarks

To open the associated drop-down control in code, use the ShowPopup method provided by the BarSplitButtonItem.PopupControl object.

See Also