Scheduler for WinRT
ShowRemindersTemplate Property (C1Scheduler)


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