Calendar Class |
Namespace: Eto.Forms
The Calendar type exposes the following members.
| Name | Description | |
|---|---|---|
| Calendar |
Initializes a new instance of the Calendar class.
| |
| Calendar(CalendarIHandler) |
Initializes a new instance of the Calendar class.
|
| Name | Description | |
|---|---|---|
| MaxDate |
Gets or sets the maximum date entered
| |
| MinDate |
Gets or sets the minimum date entered
| |
| Mode |
Gets or sets the mode of the calendar.
| |
| SelectedDate |
Gets or sets the selected date.
| |
| SelectedRange |
Gets or sets the selected range.
|
| Name | Description | |
|---|---|---|
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
| OnSelectedDateChanged |
Raises the SelectedDateChanged event.
| |
| OnSelectedRangeChanged |
Raises the SelectedRangeChanged event.
|
| Name | Description | |
|---|---|---|
| SelectedDateChanged |
Occurs when the SelectedDate is changed.
| |
| SelectedRangeChanged |
Occurs when the SelectedRange is changed.
|
| Name | Description | |
|---|---|---|
| SelectedDateChangedEvent |
Event identifier for handlers when attaching the SelectedDateChanged event.
| |
| SelectedRangeChangedEvent |
Event identifier for handlers when attaching the SelectedRangeChanged event.
|