TcxSchedulerGridBuildInPopupMenu.UseBuiltInPopupMenu Property
Specifies whether to use the built-in pop-up 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 built-in pop-up menu. Otherwise the pop-up menu, represented by the PopupMenu property, will be used.
The default value of the UseBuiltInPopupMenu property is True.
See Also