Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerEventOperations.DialogEditing Property

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 DialogShowing property to False to disable all means to invoke the “Event” dialog.

The default DialogEditing property value is True.

See Also