Base class for cells in a
Grid.
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public abstract class Cell : Widget
Public MustInherit Class Cell
Inherits Widget
[<AbstractClassAttribute>]
type Cell =
class
inherit Widget
end
The Cell type exposes the following members.
Constructors
| Name | Description |
---|
| Cell |
Initializes a new instance of the Cell class.
|
TopSee Also