ComponentOne Scheduler for WPF and Silverlight
ShowRemindersTemplate Property (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : ShowRemindersTemplate Property
Gets or sets a DataTemplate that defines a UI for the Show Reminders dialog. This is a dependency property.
Syntax
'Declaration
 
Public Property ShowRemindersTemplate As System.Windows.DataTemplate
public System.Windows.DataTemplate ShowRemindersTemplate {get; set;}
Remarks
A DataContext for this template is a C1.C1Schedule.C1ScheduleStorage.Reminders collection.
See Also

Reference

C1Scheduler Class
C1Scheduler Members