ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DateList Class
Properties Methods Events


In This Topic
    DateList Class Members
    In This Topic

    The following tables list the members exposed by DateList.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DateList collection.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public PropertyGets 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 Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a System.DateTime value to the end of the Collection.  
    Public MethodPrevents raising events until the ReentrantObservableCollection<T>.EndUpdate method is called. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodReturns true if specified item exists in the Collection.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodEnables 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 Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodMoves the item at the specified index to a new location in the collection. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverrides the default behavior. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
    Protected MethodOverrides the default behavior. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
    Protected MethodImplements item moving from one location to another. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
    Protected MethodRaises CollectionChanged event if the ReentrantObservableCollection<T> is not in update mode. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
    Protected MethodOverrides the default behavior. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
    Protected MethodOverrides the default behavior. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
    Top
    Public Events
     NameDescription
    Public EventOccurs 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 EventOccurs when a property value changes. (Inherited from C1.Xaml.Calendar.ReentrantObservableCollection<DateTime>)
    Top
    See Also