Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / Appointment Class / IsRecurring Property

In This Topic
    IsRecurring Property (Appointment)
    In This Topic
    Gets the System.Boolean value indicating if the appointment is recurring.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsRecurring As Boolean
    public bool IsRecurring {get;}
    See Also