TcxSchedulerGridBuildInPopupMenuItems Type
In This Article
Lists grid pop-up menu items.
#Declaration
Delphi
TcxSchedulerGridBuildInPopupMenuItems = set of TcxSchedulerGridBuildInPopupMenuItem;
#Referenced Class
Type |
---|
Tcx |
#Remarks
Values include:
Value | Meaning |
---|---|
bpmi |
Specifies the Event dialog which details the user event. |
bpmi |
Specifies the Event dialog with the checked All day event check box in it (see the Tcx |
bpmi |
Specifies the Event dialog and above it, the Event recurrence modal dialog box (see the Tcx |
bpmi |
Specifies the Event dialog for describing the user event the pop-up menu was invoked for, in detail. |
bpmi |
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. |
bpmi |
Specifies the Show time as image combo box for editing the availability status (see the Tcx |
bpmi |
Specifies the item used to select a color label (see the Tcx |
bpmi |
Specifies the item used to delete the user event for which the pop-up menu was invoked. |
See Also