Click or drag to resize

SingleValueCellT Class

Base class for cells that bind to a single value.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class SingleValueCell<T> : Cell

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.SingleValueCell`1"]

The SingleValueCellT type exposes the following members.

Constructors
  NameDescription
Protected methodSingleValueCellT
Initializes a new instance of the SingleValueCellT class.
Top
Properties
  NameDescription
Public propertyBinding
Gets or sets the binding to get/set the value of the cell.
Top
See Also