TcxCustomScheduler.EditEventUsingInplaceEdit(TcxSchedulerControlEvent) Method
Activates the in-place editor used to edit the AEvent user event‘s subject.
Declaration
procedure EditEventUsingInplaceEdit(AEvent: TcxSchedulerControlEvent);
Parameters
Name | Type |
---|---|
AEvent | TcxSchedulerControlEvent |
Remarks
Use the EditEventUsingInplaceEdit method to activate the in-place editor to edit the user event’s subject.
Note
if the resource, that the user event belongs to, is read-only or the TcxSchedulerEventOperations.InplaceEditing property is set to False, it’s impossible to invoke the in-place editor.
See Also