Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / VisualIntervalGroup Class / Items Property

In This Topic
    Items Property (VisualIntervalGroup)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Items As ReadOnlyObservableCollection(Of Object)
    public override ReadOnlyObservableCollection<object> Items {get;}
    See Also