[]
        
(Showing Draft Content)

C1.WPF.Schedule.VisualInterval.Items

Items Property

Items

Virtual property returns null in this class implementation.

Declaration
public virtual ReadOnlyObservableCollection<object> Items { get; }
Public Overridable ReadOnly Property Items As ReadOnlyObservableCollection(Of Object)
Remarks

It is necessary to avoid silent exceptions at binding when it is used with inherited classes (in other case binding takes double time).