Skip to main content
A newer version of this page is available. .

SchedulerSettings.InitNewAppointment Property

Occurs before a new appointment is created in the scheduler.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

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