SchedulerControl.InplaceEditorShowing Event
Occurs every time an in-place editor is invoked when an end-user adds a new appointment or edits an existing appointment “in place”.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
public event InplaceEditorEventHandler InplaceEditorShowing
#Event Data
The InplaceEditorShowing event's data class is InplaceEditorEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Appointment |
Gets the appointment for which the event was raised.
Inherited from Appointment |
Bounds | Gets or sets the width, height and location of the in-place editor. |
Inplace |
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”. |
#Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.
Handle the InplaceEditorShowing event to replace a default in-place editor with a custom one. Use the InplaceEditorEventArgs.InplaceEditor property to specify the in-place editor to be displayed for editing an appointment. The processed appointment is identified via the AppointmentEventArgs.Appointment property of the InplaceEditorEventArgs object.