Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / VisualIntervalPanel Property

In This Topic
    VisualIntervalPanel Property (C1Scheduler)
    In This Topic
    Gets or sets a ItemsPanelTemplate that defines the panel that lays out elements representing VisualInterval objects from the VisualIntervals collection. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property VisualIntervalPanel As ItemsPanelTemplate
    public ItemsPanelTemplate VisualIntervalPanel {get; set;}
    See Also