Back to Devexpress

How to: Customize the Appointment Dialog using View Model API (simple customization)

aspnetmvc-119775-components-scheduler-get-started-how-to-customize-the-appointment-dialog-using-view-model-api-simple-customization.md

latest1.1 KB
Original Source

How to: Customize the Appointment Dialog using View Model API (simple customization)

  • Sep 30, 2023
  • 2 minutes to read

Note

The information provided below is relevant only for DevExpress ASP.NET MVC Scheduler version 17.2 and later.

The View Model API enables you to customize dialog element characteristics (values, availability, and layout) as needed.

This topic covers several common scenarios on how to customize the Appointment Dialog’s content and layout using the View Model API. In most cases, the ViewModel.PrepareControlFor and ViewModel.PrepareControl methods are used to access the Appointment Dialog editors.

The following code snippets illustrate how to customize editors on the dialog form:

  • Replacing all Toggle editors with Check Boxes

  • Changing the “Start” and “End” editors’ DateTime format

  • Changing the “Resource” editor caption

  • Changing the “Subject” editor caption’s forecolor and font settings

  • Changing the “Description” editor’s forecolor and font settings.

  • Hiding the “Location” and “All-Day” editors