Click or drag to resize

PropertyCellTypeBoolean Class

Property cell type to edit boolean values using a check box and a True/False label.
Inheritance Hierarchy
SystemObject
  Eto.FormsPropertyCellType
    Eto.FormsPropertyCellTypeNullableBoolean
      Eto.FormsPropertyCellTypeBoolean

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

The PropertyCellTypeBoolean type exposes the following members.

Constructors
  NameDescription
Public methodPropertyCellTypeBoolean
Initializes a new instance of the PropertyCellTypeBoolean class
Top
Properties
  NameDescription
Public propertyItemThreeStateBinding
Gets or sets a binding to indicate that the check box should allow three state (null).
Top
Methods
See Also