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

In This Topic
    IntervalAppointment Property
    In This Topic
    Gets or sets the IntervalAppointment object which is represented by the IntervalAppointmentPresenter control.
    Syntax
    'Declaration
     
    
    Public Property IntervalAppointment As IntervalAppointment
    public IntervalAppointment IntervalAppointment {get; set;}
    See Also