Skip to main content
A newer version of this page is available. .

TcxSchedulerGridBuildInPopupMenu.Items Property

Represents available pop-up menu items.

Declaration

property Items: TcxSchedulerGridBuildInPopupMenuItems read; write; default [bpmiNewEvent, bpmiNewAllDayEvent, bpmiNewReccuringEvent, bpmiOpen, bpmiEditSeries, bpmiShowTimeAs, bpmiLabel, bpmiDelete];

Property Value

Type
TcxSchedulerGridBuildInPopupMenuItems

Remarks

Use the Items property to specify items in the pop-up menu. Refer to the TcxSchedulerGridBuildInPopupMenuItems enumeration that provides a description of available values.

The default value of the Items property is [bpmiNewEvent,bpmiNewAllDayEvent,bpmiNewReccuringEvent,bpmiOpen,bpmiEditSeries,bpmiShowTimeAs,bpmiLabel,bpmiDelete].

See Also