Click or drag to resize

PropertyCellTypeT Class

Base property cell type for a given type
Inheritance Hierarchy
SystemObject
  Eto.FormsPropertyCellType
    Eto.FormsPropertyCellTypeT
      More...

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

Type Parameters

T
Type of data that this cell type can show

The PropertyCellTypeT type exposes the following members.

Constructors
  NameDescription
Protected methodPropertyCellTypeT
Initializes a new instance of the PropertyCellTypeT class
Top
Properties
  NameDescription
Public propertyIdentifier
Gets the identifier of this type.
(Overrides PropertyCellTypeIdentifier.)
Public propertyItemBinding
Gets or sets the item binding to get/set the value of the cell from the model.
Top
Methods
  NameDescription
Public methodCanDisplay
Determines whether this instance can display the specified itemType.
(Overrides PropertyCellTypeCanDisplay(Object).)
Top
Remarks
This is useful when displaying a cell with data of a particular type. It will be used for any row that returns a type with TypeBinding that is compatible with the specified T type.
See Also
Inheritance Hierarchy
SystemObject
  Eto.FormsPropertyCellType
    Eto.FormsPropertyCellTypeT
      Eto.FormsPropertyCellTypeBoolean
      Eto.FormsPropertyCellTypeColor
      Eto.FormsPropertyCellTypeDateTime
      Eto.FormsPropertyCellTypeDropDown
      Eto.FormsPropertyCellTypeEnum
      Eto.FormsPropertyCellTypeEnumT
      Eto.FormsPropertyCellTypeNumber
      Eto.FormsPropertyCellTypeNumberT
      Eto.FormsPropertyCellTypeString