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 CustomCell.OnConfigureCell(CellEventArgs, Control).) |
![]() | OnCreateCell |
Creates an instance of the control for a cell.
(Overrides CustomCell.OnCreateCell(CellEventArgs).) |
![]() | OnGetIdentifier |
Gets the identifier of the cell based on its content.
(Overrides CustomCell.OnGetIdentifier(CellEventArgs).) |
![]() | OnPaint |
Raises the OnPaint(CellPaintEventArgs) event.
(Overrides CustomCell.OnPaint(CellPaintEventArgs).) |