Skip to main content
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.v23.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