Skip to main content

TcxSchedulerEventOperations.InplaceEditing Property

Specifies if an end-user can invoke an event‘s in-place editor.

Declaration

property InplaceEditing: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to False or True to forbid or allow an end-user to edit an event by using its in-place editor. If the InplaceEditing property is set to True, end-users can activate the editor by clicking within an event’s boundaries.

The default InplaceEditing property value is True.

See Also