BarSplitButtonItemLink.IsPopupVisible Property
Gets whether the associated drop-down control is visible.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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