Virtual property returns null in this class implementation.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
public virtual ReadOnlyObservableCollection Items { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property Items As ReadOnlyObservableCollection 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).