CustomCell Properties |
The CustomCell type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigureCell |
Gets or sets a delegate to configure an cell when it is reused for a different row or the data changes.
| |
| CreateCell |
Gets or sets a delegate to create the contents of the cell.
| |
| GetIdentifier |
Gets or sets a delegate to get the identifier of the cell based on its content.
| |
| GetPreferredWidth |
Gets or sets a delegate to get the preferred width of the cell based on its content.
| |
| SupportsControlView |
Gets a value indicating that the CustomCell on the current platform supports using a Control for its view mode.
Gtk and WinForms only support custom controls when editing a cell.
|