Back to Devexpress

TcxSchedulerEventPopupMenuItems Type

vcl-cxschedulercustomcontrols-590d9f5d.md

latest1.6 KB
Original Source

TcxSchedulerEventPopupMenuItems Type

Enumerates the available items of the popup menu invoked for the user event in the scheduling area.

Declaration

delphi
TcxSchedulerEventPopupMenuItems = set of TcxSchedulerEventPopupMenuItem;

Referenced Class

Type
TcxSchedulerEventPopupMenuItem

Remarks

Values include:

ValueMeaning
epmiOpenSpecifies the item used to invoke the Event dialog for the user event.
epmiShowTimeAsSpecifies the Show time as image combo box used to edit the user event’s availability status.
epmiEditSeriesSpecifies the item used to invoke the Event dialog for the recurring user event.
epmiLabelSpecifies the item used to select the user event’s color label.
epmiDeleteSpecifies the item used to delete the user event.

See Also

TcxSchedulerEventPopupMenu.GetMenuItem

TcxSchedulerEventPopupMenu.Items

TcxSchedulerEventPopupMenu.OnClick

cxSchedulerCustomControls Unit