Click or drag to resize

CustomCell Properties

The CustomCell type exposes the following members.

Properties
  NameDescription
Public propertyConfigureCell
Gets or sets a delegate to configure an cell when it is reused for a different row or the data changes.
Public propertyCreateCell
Gets or sets a delegate to create the contents of the cell.
Public propertyGetIdentifier
Gets or sets a delegate to get the identifier of the cell based on its content.
Public propertyGetPreferredWidth
Gets or sets a delegate to get the preferred width of the cell based on its content.
Public propertyStatic memberSupportsControlView
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.
Top
See Also