Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualInterval Class / Items Property

In This Topic
    Items Property (VisualInterval)
    In This Topic
    Virtual property returns null in this class implementation.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Items As ReadOnlyObservableCollection(Of Object)
    public virtual ReadOnlyObservableCollection<object> Items {get;}
    Remarks
    It is necessary to avoid silent exceptions at binding when it is used with inherited classes (in other case binding takes double time).
    See Also