AppointmentInplaceEditorBase Constructors
Provides all the settings which are required to edit a particular appointment in a custom in-place editor.| Name | Parameters | Description |
|---|---|---|
| AppointmentInplaceEditorBase() | none | Initializes a new instance of the AppointmentInplaceEditorBase class with the default settings. |
| AppointmentInplaceEditorBase(SchedulerControl, Appointment) | control, apt | Initializes a new instance of the AppointmentInplaceEditorBase class with the specified settings. |
See Also