Click or drag to resize

CalendarIHandler Interface

Handler interface for the Calendar.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ControlIHandler, 
	WidgetIHandler

The CalendarIHandler type exposes the following members.

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
See Also