ClassCalendarSelectionCollection
Class
Represents the collection of SelectedDates for RadCalendar.
Definition
Namespace:Telerik.Maui.Controls.Calendar
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
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
AddRange(DateTime, DateTime)
Adds a range of dates to RadCalendars' SelectedDates.
ClearItems()
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
RemoveItem(int)
Declaration
cs-api-definition
protected override void RemoveItem(int index)
Parameters
index
Overrides