AppointmentInplaceEditorEventArgs Properties
Provides data for the ASPxScheduler.AppointmentInplaceEditorShowing event.| Name | Description |
|---|---|
| Action | Gets the action to be accomplished via the appointment editing form. Inherited from AppointmentFormBaseEventArgs. |
| Appointment | Gets an appointment related to the event. Inherited from AppointmentFormBaseEventArgs. |
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from SchedulerFormEventArgs. |
| Container | Gets or sets the object that will function as a container for an instance of the template used to render the inplace editing form. |
| FormTemplateUrl | Gets or sets the Uniform Resource Locator (URL) of the form template. Inherited from SchedulerFormEventArgs. |
See Also