- Namespace
- Avalonia
.Controls .Primitives - Base Types
-
- ObservableCollection
<DateTime>
- ObservableCollection
graph BT
Type-->Base0["ObservableCollection<DateTime>"]
Type["SelectedDatesCollection"]
class Type type-node
Syntax
public sealed class SelectedDatesCollection : ObservableCollection<DateTime>
Constructors
Name | Summary |
---|---|
Selected |
Initializes a new instance of the
SelectedDatesCollection
class.
|
Methods
Name | Value | Summary |
---|---|---|
AddRange |
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 |
void |
Inserts an item into the collection at the specified index.
|
RemoveItem |
void |
Removes the item at the specified index of the collection.
|
SetItem |
void |
Replaces the element at the specified index.
|