Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / VisualIntervalTemplate Property

In This Topic
    VisualIntervalTemplate Property
    In This Topic
    Gets or sets a DataTemplate that defines a UI representation of VisualInterval objects from the VisualIntervals collection. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property VisualIntervalTemplate As DataTemplate
    public DataTemplate VisualIntervalTemplate {get; set;}
    Remarks
    A DataContext for this template is a VisualInterval object from the VisualIntervals collection.
    See Also