Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / CalendarBlackoutDatesCollection Class
Members


    CalendarBlackoutDatesCollection Class
    Represents a collection made of the CalendarDateRange(s) that correspond to the blacked out dates in the Calendar.
    Object Model
    CalendarBlackoutDatesCollection ClassCalendarDateRange Class
    Syntax
    'Declaration
     
    
    <DebuggerTypeProxyAttribute(System.Collections.Generic.CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class CalendarBlackoutDatesCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of CalendarDateRange)
     
    'Usage
     
    
    Dim instance As CalendarBlackoutDatesCollection
    Remarks
    Blacked out dates are dates that are unavailable, which means that they cannot be selected.
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             Xceed.Maui.Toolkit.CalendarBlackoutDatesCollection

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also