Represents the collection of SelectedDates for RadCalendar.
Definition
Namespace:Telerik.Maui.Controls.Calendar
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class CalendarSelectionCollection : ObservableCollection<DateTime>, IList<DateTime>, ICollection<DateTime>, IList, ICollection, IReadOnlyList<DateTime>, IReadOnlyCollection<DateTime>, IEnumerable<DateTime>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<DateTime>ObservableCollection<DateTime>CalendarSelectionCollection
Implements:
Inherited Members
Methods
C#
protected override void ClearItems()
Overrides: