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.CreateEventUsingInplaceEdit Method

In This Article

Invokes the in-place editor used to create new user events.

#Declaration

Delphi
procedure CreateEventUsingInplaceEdit;

#Remarks

Use the CreateEventUsingInplaceEdit method to activate the in-place editor to create a new user event in the selected time block, or in the day whose all-day event area was selected. In the latter case the newly created user event is an all-day event.

If schedules are organized into logical groups by resources (if the View’s GroupingKind property is set to gkByResource and more than one resource is defined) the new user event is created in the currently selected resource (see the TcxCustomScheduler.SelResource property).

See Also