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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.