aspnet-4550-components-scheduler-concepts-templates.md
The ASPxScheduler’s look and feel can be customized via templates.
A template is a set of HTML elements and Web controls that define the layout for a particular element within the control (e.g. a resource header). When the control runs in the ASP.NET Web page, the template’s contents are rendered in place of the default HTML for the control.
The template mechanism facilitates layout and functionality enhancements, as illustrated in the picture below:
These vivid resource headers and a combo box for the time zone selection are implemented using templates.
The ASPxScheduler comes with a set of default dialog forms. For more information see the Dialog Forms article.
Note
See Also
How to: Customize an Appointment Recurrence Form
How to: Custom Paint Appointments
How to: Custom Paint Day Headers
How to: Hide Grid Lines in the View
How to: Modify Captions of Navigation Buttons
How to: Display TimeRulers with Different Time Formats Together