Skip to main content

InplaceEditorEventArgs.InplaceEditor Property

Gets or sets the in-place editor which is invoked when an end-user adds a new appointment or edits an existing one "in place".

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public ISchedulerInplaceEditorEx InplaceEditor { get; set; }

#Property Value

Type Description
ISchedulerInplaceEditorEx

A DevExpress.XtraScheduler.ISchedulerInplaceEditorEx object which is an in-place editor.

#Remarks

Use the InplaceEditor property to specify the custom in-place editor to replace the default editor.

#Examples

This example demonstrates how to replace the standard in-place editor with a custom one via the SchedulerControl.InplaceEditorShowing event.

See Also