PropertyCell Class |
Namespace: Eto.Forms
The PropertyCell type exposes the following members.
Name | Description | |
---|---|---|
PropertyCell |
Initializes a new instance of the property cell
|
Name | Description | |
---|---|---|
TypeBinding |
Gets or sets the binding to get the type for the
| |
Types |
Gets the list of types to use for each cell, in order of preference.
|
Name | Description | |
---|---|---|
OnConfigureCell |
Configures an existing cell when it is reused for a different row or the data changes.
(Overrides CustomCellOnConfigureCell(CellEventArgs, Control).) | |
OnCreateCell |
Creates an instance of the control for a cell.
(Overrides CustomCellOnCreateCell(CellEventArgs).) | |
OnGetIdentifier |
Gets the identifier of the cell based on its content.
(Overrides CustomCellOnGetIdentifier(CellEventArgs).) | |
OnPaint |
Raises the OnPaint(CellPaintEventArgs) event.
(Overrides CustomCellOnPaint(CellPaintEventArgs).) |