ComponentOne Scheduler for WPF and Silverlight
Items Property (VisualInterval)

C1.WPF.Schedule Namespace > VisualInterval Class : Items Property
Virtual property returns null in this class implementation.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Items As System.Collections.ObjectModel.ReadOnlyObservableCollection(Of Object)
public virtual System.Collections.ObjectModel.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

Reference

VisualInterval Class
VisualInterval Members