Files to look at:
- CustomInplaceEditor.xaml (VB: CustomInplaceEditor.xaml)
- CustomInplaceEditor.xaml.cs (VB: CustomInplaceEditor.xaml.vb)
- MainWindow.xaml (VB: MainWindow.xaml)
- MainWindow.xaml.cs (VB: MainWindow.xaml.vb)
How to customize an in-place editor
The following example demonstrates how to replace a standard in-place editor with a custom one.
Description
To implement a custom in-place editor, you should do the following:
1. Create your own custom in-place editor using the AppointmentInplaceEditorBase class;
2. Handle the InplaceEditorShowing event to show the newly created custom in-place editor instead of the default editor.