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