Back to Devexpress

TcxSchedulerGridBuildInPopupMenuItems Type

vcl-cxschedulercxgridconnection-d6caf0b9.md

latest2.2 KB
Original Source

TcxSchedulerGridBuildInPopupMenuItems Type

Lists grid pop-up menu items.

Declaration

delphi
TcxSchedulerGridBuildInPopupMenuItems = set of TcxSchedulerGridBuildInPopupMenuItem;

Referenced Class

Type
TcxSchedulerGridBuildInPopupMenuItem

Remarks

Values include:

ValueMeaning
bpmiNewEventSpecifies the Event dialog which details the user event.
bpmiNewAllDayEventSpecifies the Event dialog with the checked All day event check box in it (see the TcxSchedulerEvent.AllDayEvent property).
bpmiNewReccuringEventSpecifies the Event dialog and above it, the Event recurrence modal dialog box (see the TcxSchedulerEvent.RecurrenceInfo property).
bpmiOpenSpecifies the Event dialog for describing the user event the pop-up menu was invoked for, in detail.
bpmiEditSeriesSpecifies the Event dialog used for editing the recurring user event that is the parent of the user event for which the pop-up menu was invoked.
bpmiShowTimeAsSpecifies the Show time as image combo box for editing the availability status (see the TcxSchedulerEvent.State property).
bpmiLabelSpecifies the item used to select a color label (see the TcxSchedulerEvent.LabelColor property).
bpmiDeleteSpecifies the item used to delete the user event for which the pop-up menu was invoked.

See Also

TcxSchedulerGridBuildInPopupMenu.Items

cxSchedulercxGridConnection Unit