Click or drag to resize

DateTimePickerIHandler Interface

Handler interface for the DateTimePicker control

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

The DateTimePickerIHandler 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 date/time picker.
Public propertyShowBorder
Gets or sets a value indicating whether to show the control's border.
Public propertyTextColor
Gets or sets the color of the text.
Public propertyValue
Gets or sets the value of the date/time picker
Top
See Also