Click or drag to resize

CustomCell Methods

The CustomCell type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateTControl
Creates a new CustomCell with instances of the specified TControl type.
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides WidgetGetCallback.)
Protected methodOnConfigureCell
Configures an existing cell when it is reused for a different row or the data changes.
Protected methodOnCreateCell
Creates an instance of the control for a cell.
Protected methodOnGetIdentifier
Gets the identifier of the cell based on its content.
Protected methodOnGetPreferredWidth
Gets the preferred width of the cell based on its content.
Protected methodOnPaint
Raises the Paint event.
Top
See Also