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.Mvc.v18.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the InitClientAppointment property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also