Scheduler for WPF
IntervalAppointmentTemplate プロパティ (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : IntervalAppointmentTemplate プロパティ
Gets or sets a DataTemplate that defines a UI representation of an IntervalAppointment object. This is a dependency property.
シンタックス
'宣言
 
Public Property IntervalAppointmentTemplate As System.Windows.DataTemplate
public System.Windows.DataTemplate IntervalAppointmentTemplate {get; set;}
解説
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 C1.C1Schedule.Appointment object), which represents the chunk of appointment covering a specific period of time that can be shown by a single UI element.
参照

C1Scheduler クラス
C1Scheduler メンバ