AppointmentInplaceEditorBase Class
Provides all the settings required to edit a particular appointment in a custom in-place editor.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public class AppointmentInplaceEditorBase :
UserControl,
ISchedulerInplaceEditorEx,
IDisposable
Public Class AppointmentInplaceEditorBase
Inherits UserControl
Implements ISchedulerInplaceEditorEx,
IDisposable
Remarks
The AppointmentInplaceEditorBase class enables you to create your own custom in-place editor and use it instead of the default editor. It can be helpful, for example, when it is necessary to create something between an Edit Appointment form and simple subject in-place editor.
NOTE
To substitute the standard in-place editor with your own custom editor, handle the SchedulerControl.InplaceEditorShowing event and use the InplaceEditorEventArgs.InplaceEditor property. For more details, refer to How to: Customize the In-place Editor.
Examples
This example illustrates how to create a custom in-place editor using the AppointmentInplaceEditorBase class.