Virtual property returns null in this class implementation.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public virtual ReadOnlyObservableCollection<Object> Items { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Items As ReadOnlyObservableCollection(Of Object)
	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