Custom appointment editor?
So I read the samples on how to edit the appointment editor. The customization sample was customized a lot, but it didn't show how I could add more fields? - I'm making "tasks", and in addition to status I would like a "Department" field, any idea on how I can go on about this?
Hi Mikkel,
Thanks for your interest in
Syncfusion products.
Regarding Custom Appointment Editor
We have analysed your query, as “department”
is not field available in the
ScheduleAppointment of our SfSchedule control, we are not able to add this field
to our default AppointmentEditor by customizing its template. In order to
handle custom class properties like “department”, we need to use the custom
AppointmentEditor instead of the default AppointmentEditor. For that please
refer the below sample,
Dashboard -> WPF - > Schedule -> Customization
Demo
Regarding creating Schedule control (instead of SfSchedule control)
As SfSchedule is newer version,
we have removed Schedule icon from the toolbox and add SfSchedule icon in it.
In order to add Schedule control
to you project please refer the below
procedures,
#1.
Create a new WPF Application project in Visual Studio.
#2.
Right click on the project and Choose Syncfusion
Reference Manager
#3. Select Schedule from it (refer the attached screen shot) and click “ok”.
#4.
Add the XAML reference to access the schedule related controls as below.
|
[XAML] xmlns:schedule="http://schemas.syncfusion.com/wpf" |
#5.
Declare the Schedule control in XAML as illustrated below.
|
[XAML] <schedule:Schedule x:Name="Schedule"
/> |
Please let us know, if you need
any further assistance.
Regards,
Joy Oyiess Rex K
Attachment: SyncfusionRefernceManager_e86f85ab.zip

Thank you for contacting Syncfusion support.
Regarding Custom Appointment Editor:
We have a KB article to create custom AppointmentEditor. Please refer the below article to know more details on custom AppointmentEditor in SfSchedule control.
https://www.syncfusion.com/kb/2701/how-to-create-a-customized-appointment-editor-in-sfschedule
You can find the sample from the below Syncfusion Dashboard installed location:
C:\Users\Public\Documents\Syncfusion\WPF\16.2.0.46\SfSchedule.WPF\Samples\CustomizationDemo\CS\
Please let us know if you have any other questions.
Regards,
Deivaselvan
You can add recurrence editor in your custom appointment editor by using Recurrenceproperties of ScheduleAppointment. Based on the recurrence type, you need to map the recurrence properties in the recurrence editor. For UI appearance, you can refer our default recurrence appointment editor.
You can also refer our online User Guide Documentation regarding the recurrence properties by using the below link.
https://help.syncfusion.com/wpf/sfschedule/recurrence#recurrence-pattern
Regards,
Deivaselvan
- 5 Replies
- 4 Participants
-
MT Mikkel Thomsen
- Mar 7, 2014 03:42 PM UTC
- Aug 23, 2018 03:12 PM UTC