TcxSchedulerPopupMenu.PopupMenu Property
Represents a popup menu built by a developer from scratch based on the standard popup menu control or a third-party popup menu control.
Declaration
property PopupMenu: TComponent read; write;
Property Value
Type |
---|
TComponent |
Remarks
It may be necessary to create a new popup menu not covered by the current scheduler popup menu implementers. Once it’s developed use the PopupMenu property to bind the newly created popup menu to the scheduler control.
See Also