Scheduler for WinRT
EditAppointmentTemplate Property (C1Scheduler)


Gets or sets a DataTemplate that defines a UI for the Edit Appointment dialog. This is a dependency property.
Syntax
'Declaration
 
<C1CategoryAttribute()>
<C1DescriptionAttribute("「予定の編集」ダイアログの UI 要素を定義する DataTemplate を取得または設定します。")>
Public Property EditAppointmentTemplate As DataTemplate
'Usage
 
Dim instance As C1Scheduler
Dim value As DataTemplate
 
instance.EditAppointmentTemplate = value
 
value = instance.EditAppointmentTemplate
[C1Category()]
[C1Description("「予定の編集」ダイアログの UI 要素を定義する DataTemplate を取得または設定します。")]
public DataTemplate EditAppointmentTemplate {get; set;}
Remarks
A DataContext for this template is an C1.C1Schedule.Appointment object.
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.