TcxCustomScheduler.EditEventUsingInplaceEdit(TcxSchedulerControlEvent) Method
In This Article
Activates the in-place editor used to edit the AEvent user event‘s subject.
#Declaration
Delphi
procedure EditEventUsingInplaceEdit(AEvent: TcxSchedulerControlEvent);
#Parameters
Name | Type |
---|---|
AEvent | Tcx |
#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 Tcx
See Also