Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / IntervalAppointmentPresenter Class / IsException Property

In This Topic
    IsException Property
    In This Topic
    Gets a boolean value specifying whether Appointment is an exception of a recurrence pattern.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsException As Boolean
    public bool IsException {get;}
    See Also