Click or drag to resize

Calendar Class

Control to show a calendar that the user can select either a single date or range of dates.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class Calendar : Control

The Calendar type exposes the following members.

Constructors
  NameDescription
Public methodCalendar
Initializes a new instance of the Calendar class.
Protected methodCalendar(CalendarIHandler)
Initializes a new instance of the Calendar class.
Top
Properties
  NameDescription
Public propertyMaxDate
Gets or sets the maximum date entered
Public propertyMinDate
Gets or sets the minimum date entered
Public propertyMode
Gets or sets the mode of the calendar.
Public propertySelectedDate
Gets or sets the selected date.
Public propertySelectedRange
Gets or sets the selected range.
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.)
Protected methodOnSelectedDateChanged
Raises the SelectedDateChanged event.
Protected methodOnSelectedRangeChanged
Raises the SelectedRangeChanged event.
Top
Events
  NameDescription
Public eventSelectedDateChanged
Occurs when the SelectedDate is changed.
Public eventSelectedRangeChanged
Occurs when the SelectedRange is changed.
Top
Fields
  NameDescription
Public fieldStatic memberSelectedDateChangedEvent
Event identifier for handlers when attaching the SelectedDateChanged event.
Public fieldStatic memberSelectedRangeChangedEvent
Event identifier for handlers when attaching the SelectedRangeChanged event.
Top
See Also