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.v21.2.dll

NuGet Package: 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