TcxSchedulerEventOperations.DialogEditing Property
Specifies if an end-user can edit an existing user event via the “Event” dialog.
Declaration
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 DialogShowing property to False to disable all means to invoke the “Event” dialog.
The default DialogEditing property value is True.
See Also