Skip to main content

SchedulerSettings.InitNewAppointment Property

Occurs before a new appointment is created in the scheduler.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public AppointmentEventHandler InitNewAppointment { get; set; }

#Property Value

Type Description
AppointmentEventHandler

A method to which custom processing is delegated.

#Remarks

Use this event to change the default values of the appointment properties every time it is created in the Scheduler by the end-user (for instance, when the New Appointment item of the context menu is selected, or an in-place editor is used).

See Also