C1.Silverlight.Schedule.5
DateList Class Members
Properties  Methods  Events

The following tables list the members exposed by DateList.

Public Constructors
 NameDescription
Public ConstructorDateList ConstructorInitializes a new instance of the DateList collection.  
Top
Public Properties
 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Public PropertyInUpdateGets a System.Boolean value determining whether the ReentrantObservableCollection<T> is in update mode (ReentrantObservableCollection<T>.BeginUpdate has been called). (Inherited from C1.Silverlight.Schedule.ReentrantObservableCollection<DateTime>)
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Top
Public Methods
 NameDescription
Public MethodAddAdds a System.DateTime value to the end of the Collection.  
Public MethodBeginUpdatePrevents raising events until the ReentrantObservableCollection<T>.EndUpdate method is called. (Inherited from C1.Silverlight.Schedule.ReentrantObservableCollection<DateTime>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Public MethodContainsReturns true if specified item exists in the Collection.  
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Public MethodEndUpdateEnables raising events. If collection has been changed since the call to the ReentrantObservableCollection<T>.BeginUpdate method, raises PropertyChanged and CollectionChanged events. (Inherited from C1.Silverlight.Schedule.ReentrantObservableCollection<DateTime>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Public MethodMoveMoves the item at the specified index to a new location in the collection. (Inherited from C1.Silverlight.Schedule.ReentrantObservableCollection<DateTime>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Top
Public Events
 NameDescription
Public EventCollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from C1.Silverlight.Schedule.ReentrantObservableCollection<DateTime>)
Top
See Also

Reference

DateList Class
C1.Silverlight.Schedule Namespace

 

 


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