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

In This Topic
    VisualIntervalPanel Property (C1Scheduler)
    In This Topic
    Gets or sets a DataTemplate 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 DataTemplate
    public DataTemplate VisualIntervalPanel {get; set;}
    See Also