C1.Silverlight.Schedule.5
Items Property (VisualInterval)

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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.