BarSplitButtonItemLink.IsPopupVisible Property
Gets whether the associated drop-down control is visible.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To open the associated drop-down control in code, use the ShowPopup method provided by the BarSplitButtonItem.PopupControl object.
See Also