Xceed Toolkit for Maui v2.0 Documentation
CalendarSelectedDatesCollection Class
Members 


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace : CalendarSelectedDatesCollection Class
Represents a collection made of all the currently selected dates in the Calendar.
Syntax
'Declaration
 
<DebuggerTypeProxyAttribute(System.Collections.Generic.CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
<DefaultMemberAttribute("Item")>
Public NotInheritable Class CalendarSelectedDatesCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of DateOnly)
'Usage
 
Dim instance As CalendarSelectedDatesCollection
[DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
[DefaultMember("Item")]
public sealed class CalendarSelectedDatesCollection : System.Collections.ObjectModel.ObservableCollection<DateOnly> 
Inheritance Hierarchy

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

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

Reference

CalendarSelectedDatesCollection Members
Xceed.Maui.Toolkit Namespace