ComponentOne Scheduler for WPF and Silverlight
EditAppointmentTemplate Property (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : EditAppointmentTemplate Property
Gets or sets a DataTemplate that defines a UI for the Edit Appointment dialog. This is a dependency property.
Syntax
'Declaration
 
Public Property EditAppointmentTemplate As System.Windows.DataTemplate
public System.Windows.DataTemplate EditAppointmentTemplate {get; set;}
Remarks
A DataContext for this template is an C1.C1Schedule.Appointment object.
See Also

Reference

C1Scheduler Class
C1Scheduler Members