Skip to main content

TcxCustomScheduler.CreateEventUsingInplaceEdit Method

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

Declaration

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