TcxSchedulerEventOperations.DialogEditing Property
In This Article
Specifies if an end-user can edit an existing user event via the “Event” dialog.
#Declaration
Delphi
property DialogEditing: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Set this property to False or True to forbid or allow end-users to use dialogs to edit events. If the DialogEditing property is set to False, an end-user can only double-click an event to browse its content in the “Event” dialog and the “New Event”, “New All Day Event”, and “New Recurring Event” items are disabled in the scheduler control’s popup menu.
Note
You set the Dialog
The default DialogEditing property value is True.
See Also