Click or drag to resize

PropertyCellType Class

Base type for a PropertyCell to display cell contents for a particular type.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class PropertyCellType

The PropertyCellType type exposes the following members.

Constructors
  NameDescription
Protected methodPropertyCellType
Initializes a new instance of the PropertyCellType class
Top
Properties
  NameDescription
Public propertyIdentifier
Gets the identifier of this type.
Top
Methods
  NameDescription
Public methodCanDisplay
Determines whether this instance can be used to display the specified itemType.
Public methodOnConfigure
Configures the content control for the given cell information.
Public methodOnCreate
Creates the content control for the cell.
Public methodOnPaint
Paints the cell when SupportsControlView is false.
Top
See Also