Scheduler for WinRT
IntervalAppointmentTemplate Property (C1Scheduler)


Gets or sets a DataTemplate that defines a UI representation of an IntervalAppointment object. This is a dependency property.
Syntax
'Declaration
 
<C1CategoryAttribute()>
<C1DescriptionAttribute("IntervalAppointment オブジェクトの UI 要素を定義する DataTemplate を取得または設定します。")>
Public Property IntervalAppointmentTemplate As DataTemplate
'Usage
 
Dim instance As C1Scheduler
Dim value As DataTemplate
 
instance.IntervalAppointmentTemplate = value
 
value = instance.IntervalAppointmentTemplate
[C1Category()]
[C1Description("IntervalAppointment オブジェクトの UI 要素を定義する DataTemplate を取得または設定します。")]
public DataTemplate IntervalAppointmentTemplate {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 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.