Click or drag to resize

CheckBoxCell Class

Cell for Grid controls to show and bind a boolean value to a check box.
Inheritance Hierarchy
SystemObject
  EtoWidget
    Eto.FormsCell
      Eto.FormsSingleValueCellNullableBoolean
        Eto.FormsCheckBoxCell

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class CheckBoxCell : SingleValueCell<Nullable<bool>>
Constructors
  NameDescription
Public methodCheckBoxCell
Initializes a new instance of the CheckBoxCell class.
Public methodCheckBoxCell(Int32)
Initializes a new instance of the CheckBoxCell class.
Public methodCheckBoxCell(String)
Initializes a new instance of the CheckBoxCell class with the specified property to bind to.
Top
See Also