Skip to main content

TcxSchedulerPopupMenu.UseBuiltInPopupMenu Property

Specifies whether to use the built-in popup menu or a custom one.

Declaration

property UseBuiltInPopupMenu: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the UseBuiltInPopupMenu property to True to use the scheduler’s proprietary popup menu. Otherwise the popup menu, represented by the PopupMenu property, is used.

The default value of the UseBuiltInPopupMenu property is True.

See Also