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

TcxCustomScheduler.EditEventUsingInplaceEdit(TcxSchedulerControlEvent) Method

Activates the in-place editor used to edit the AEvent user event‘s subject.

#Declaration

Delphi
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