Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / ShowRemindersTemplate Property

In This Topic
    ShowRemindersTemplate Property (C1Scheduler)
    In This Topic
    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 DataTemplate
    public DataTemplate ShowRemindersTemplate {get; set;}
    Remarks
    A DataContext for this template is a C1.C1Schedule.C1ScheduleStorage.Reminders collection.
    See Also