Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerResources Class / IntervalAppointmentTemplate Property

In This Topic
    IntervalAppointmentTemplate Property (C1SchedulerResources)
    In This Topic
    Gets the Windows.UI.Xaml.DataTemplate object used for displaying Appointment objects.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IntervalAppointmentTemplate As DataTemplate
    public DataTemplate IntervalAppointmentTemplate {get;}
    See Also