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

SchedulerSettings.InitClientAppointment Property

Enables you to perform custom actions for each visible appointment before it is sent to the client for display and enables you to specify client appointment properties.

Namespace: DevExpress.Web.Mvc

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

Declaration

public InitClientAppointmentHandler InitClientAppointment { get; set; }

Property Value

Type Description
InitClientAppointmentHandler

A method to which custom processing is delegated.

Remarks

Handle this event to specify appointment properties available on the client side. This event fires for each visible appointment before it is sent to the client for display, so you can vary the properties and custom fields. You can also create a specific property to send arbitrary data to the client.

For more information, refer to the ASPxScheduler.InitClientAppointment article.

See Also