Click or drag to resize

PropertyCellTypeDateTime Class

Property cell type to edit a cell value using a date/time picker.
Inheritance Hierarchy
SystemObject
  Eto.FormsPropertyCellType
    Eto.FormsPropertyCellTypeNullableDateTime
      Eto.FormsPropertyCellTypeDateTime

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class PropertyCellTypeDateTime : PropertyCellType<Nullable<DateTime>>

The PropertyCellTypeDateTime type exposes the following members.

Constructors
  NameDescription
Public methodPropertyCellTypeDateTime
Initializes a new instance of the PropertyCellTypeDateTime class.
Top
Properties
  NameDescription
Public propertyMode
Gets or sets the mode to use for the picker.
Top
Methods
See Also