Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerGridBuildInPopupMenuItems Type

Lists grid pop-up menu items.

#Declaration

Delphi
TcxSchedulerGridBuildInPopupMenuItems = set of TcxSchedulerGridBuildInPopupMenuItem;

#Referenced Class

Type
TcxSchedulerGridBuildInPopupMenuItem

#Remarks

Values include:

Value Meaning
bpmiNewEvent Specifies the Event dialog which details the user event.
bpmiNewAllDayEvent Specifies the Event dialog with the checked All day event check box in it (see the TcxSchedulerEvent.AllDayEvent property).
bpmiNewReccuringEvent Specifies the Event dialog and above it, the Event recurrence modal dialog box (see the TcxSchedulerEvent.RecurrenceInfo property).
bpmiOpen Specifies the Event dialog for describing the user event the pop-up menu was invoked for, in detail.
bpmiEditSeries Specifies 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.
bpmiShowTimeAs Specifies the Show time as image combo box for editing the availability status (see the TcxSchedulerEvent.State property).
bpmiLabel Specifies the item used to select a color label (see the TcxSchedulerEvent.LabelColor property).
bpmiDelete Specifies the item used to delete the user event for which the pop-up menu was invoked.
See Also