SelectedDatesCollection Constructor

Initializes a new instance of the SelectedDatesCollection class.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public SelectedDatesCollection(
	Calendar owner
)

Parameters

owner  Calendar
The Calendar associated with this object.

See Also