InplaceEditorEventArgs Properties
Provides data for the SchedulerControl.InplaceEditorShowing event.Name | Description |
---|---|
Appointment | Gets the appointment for which the event was raised. Inherited from AppointmentEventArgs. |
InplaceEditor | 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”. |
InplaceEditorEx | 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”. |
SchedulerInplaceEditorEventArgs | Gets or sets the object that specifies the scheduler control instance and basic characteristics used to customize the inplace editor appearance and layout. |
See Also