TcxSchedulerEventPopupMenu.Items Property
In This Article
Represents the available popup menu items.
#Declaration
Delphi
property Items: TcxSchedulerEventPopupMenuItems read; write; default [epmiOpen, epmiEditSeries, epmiShowTimeAs, epmiLabel, epmiDelete];
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Items property to specify the available items in the popup menu. A complete set of the available items is specified by the TcxSchedulerEventPopupMenuItems enumeration.
Note
If the cx
See Also