PopupMenu Constructors
A popup menu managed by a BarManager or RibbonControl. It can be used in controls (such as GridControl, TreeList, etc.) as a custom popup menu.
Name | Parameters | Description |
---|---|---|
Popup |
none |
Initializes a new Popup |
Popup |
manager |
Initializes a new instance of the Popup |
Popup |
container |
Initializes a new instance of the Popup |
See Also