/wpf-scheduler-customize-appointment-appearance

Use styles and templates to customize appointment appearance.

Primary LanguageC#OtherNOASSERTION

WPF Scheduler - Customize Appointment Appearance

This example demonstrates how to use styles and templates to customize appointment appearance. The DayViewBase.AppointmentContentTemplate property changes the layout of appointment elements. The DayViewBase.AppointmentStyle property displays a custom image in the appointment. The ConditionToImageSourceConverter returns this image based on a custom field value.

image

Files to Review

Documentation

More Examples