SelectedDatesCollection Class

Namespace
Avalonia.Controls.Primitives
Base Types
  • ObservableCollection<DateTime>
graph BT Type-->Base0["ObservableCollection<DateTime>"] Type["SelectedDatesCollection"] class Type type-node

Syntax

public sealed class SelectedDatesCollection : ObservableCollection<DateTime>

Constructors

Name Summary
SelectedDatesCollection(Calendar) Initializes a new instance of the SelectedDatesCollection class.

Methods

Name Value Summary
AddRange(DateTime, DateTime) void
Adds all the dates in the specified range, which includes the first and last dates, to the collection.
ClearItems() void
Removes all items from the collection.
InsertItem(int, DateTime) void
Inserts an item into the collection at the specified index.
RemoveItem(int) void
Removes the item at the specified index of the collection.
SetItem(int, DateTime) void
Replaces the element at the specified index.