Calendar for WinRT
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.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Top
Protected Properties
 NameDescription
Protected PropertyItems (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.Xaml.Calendar.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.Xaml.Calendar.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.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<DateTime>)
Top
Protected Methods
 NameDescription
Protected MethodClearItemsOverrides the default behavior. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
Protected MethodInsertItemOverrides the default behavior. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
Protected MethodMoveItemImplements item moving from one location to another. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
Protected MethodOnCollectionChangedRaises CollectionChanged event if the ReentrantObservableCollection<T> is not in update mode. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
Protected MethodRemoveItemOverrides the default behavior. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
Protected MethodSetItemOverrides the default behavior. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
Top
Public Events
 NameDescription
Public EventCollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
Top
Protected Events
 NameDescription
Protected EventPropertyChangedOccurs when a property value changes. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
Top
See Also

Reference

DateList Class
C1.Xaml.Calendar Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback