BarSplitButtonItem.PopupControl Property
In This Article
Gets or sets a drop-down control for the BarSplitButtonItem.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An IPopup |
#Remarks
You can set the PopupControl property to any of these objects:
- PopupControlContainer - This represents a panel which can contain any controls.
- PopupMenu - This represents a popup menu.
See Also