AppointmentInplaceEditorEventArgs Class
Provides data for the ASPxScheduler.AppointmentInplaceEditorShowing event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Remarks
The ASPxScheduler.AppointmentInplaceEditorShowing event is raised when an appointment is being edited using the in-place editor form.
The AppointmentInplaceEditorEventArgs
class provides access to the edited appointment, type of action (creation or editing), template used to render the in-place editing from. You can cancel editing by setting the Cancel property to true
.
Inheritance
Object
EventArgs
SchedulerFormEventArgs
AppointmentFormBaseEventArgs
AppointmentInplaceEditorEventArgs
See Also