Skip to main content
Bar

BarSplitButtonItem.PopupControl Property

Gets or sets a drop-down control for the BarSplitButtonItem.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public IPopupControl PopupControl { get; set; }

#Property Value

Type Description
DevExpress.Xpf.Bars.IPopupControl

An IPopupControl object that represents a control displayed in the drop-down window.

#Remarks

You can set the PopupControl property to any of these objects:

See Also