Scheduler for WPF | ComponentOne
C1.Schedule Namespace / AppointmentCollection Class / Reminders Property

In This Topic
    Reminders Property (AppointmentCollection)
    In This Topic
    Gets the reference to the associated ReminderCollection object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Reminders As ReminderCollection
    public ReminderCollection Reminders {get;}
    See Also