SelectedDatesCollection Class
Definition
public class SelectedDatesCollection
Constructors
| Name | Description |
|---|---|
| SelectedDatesCollection | Initializes a new instance of the Avalonia.Controls.Primitives.SelectedDatesCollection class. |
SelectedDatesCollection Constructor
Initializes a new instance of the Avalonia.Controls.Primitives.SelectedDatesCollection class.
public SelectedDatesCollection(Avalonia.Controls.Calendar owner)
Parameters
owner Avalonia.Controls.Calendar
The Avalonia.Controls.Calendar associated with this object.
Methods
| Name | Description |
|---|---|
| AddRange | Adds all the dates in the specified range, which includes the first and last dates, to the collection. |