TcxSchedulerEventPopupMenu.Items Property
Represents the available popup menu items.
Declaration
property Items: TcxSchedulerEventPopupMenuItems read; write; default [epmiOpen, epmiEditSeries, epmiShowTimeAs, epmiLabel, epmiDelete];
Property Value
Type |
---|
TcxSchedulerEventPopupMenuItems |
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 cxSchedulerDBStorage component is plugged into the scheduler control (see TcxSchedulerDBStorage) but the TcxSchedulerDBStorageFieldNames.LabelColor property is not bound to the dataset field the Label item won’t appear in the popup menu even if the epmiLabel flag on the Items property is active.
See Also