InplaceEditorEventArgs.InplaceEditor Property
In This Article
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
#Property Value
Type | Description |
---|---|
IScheduler |
A DevExpress. |
#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