/wpf-scheduler-implement-custom-inplace-appointment-editor

Create a data template to customize an appointment in-place editor.

Primary LanguageC#OtherNOASSERTION

WPF Scheduler - Implement a Custom In-Place Appointment Editor

This example demonstrates how to create a data template to customize an appointment in-place editor (AppointmentControl.EditTemplate). The Scheduler control displays this editor when a user presses the Enter key to add a new appointment or presses the F2 key to edit the appointment subject.

image

Files to Review

Documentation

More Examples