Gets or sets a DataTemplate that defines a UI representation of
an IntervalAppointment object. This is a dependency property.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public DataTemplate IntervalAppointmentTemplate { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IntervalAppointmentTemplate As DataTemplate Get Set |
Remarks
A single appointment can be represented by multiple elements in control's view. For example, in the Months view the appointment that hit two weeks will be represented by two separate elements, a different element for each week. Because of this, a DataContext for the appointment template is a IntervalAppointment object (but not an Appointment), which represents the chunk of appointment covering a specific period of time that can be shown by a single UI element.
This is a dependency property.