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
Public MustInherit Class SingleValueCell(Of T)
Inherits Cell
[<AbstractClassAttribute>]
type SingleValueCell<'T> =
class
inherit Cell
end
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.SingleValueCell`1"]
The SingleValueCellT type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Binding |
Gets or sets the binding to get/set the value of the cell.
|
TopSee Also