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

BarSplitButtonItemLink.PopupControl Property

Gets the BarSplitButtonItem.PopupControl property’s value of the corresponding bar item object.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public IPopupControl PopupControl { get; }

Property Value

Type Description
DevExpress.Xpf.Bars.IPopupControl

The BarSplitButtonItem.PopupControl property’s value of the corresponding bar item object.

See Also