Click or drag to resize

CalendarMode Enumeration

Mode for the Calendar control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum CalendarMode
Members
  Member nameValueDescription
Single0 Calendar allows only a single date to be selected
Range1 Can select a range of dates. In some cases two calendars will be shown to select the start and end dates of the range.
See Also