Click or drag to resize

CalendarSelectedRange Property

Gets or sets the selected range.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Range<DateTime> SelectedRange { get; set; }

Property Value

Type: RangeDateTime
The selected range.
Remarks
The SelectedRange will have the same start/end dates when Mode is Single.
See Also