Click or drag to resize

PropertyCellTypes Property

Gets the list of types to use for each cell, in order of preference.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IList<PropertyCellType> Types { get; }

Property Value

Type: IListPropertyCellType
The list of types this property cell supports.
Remarks
When attempting to use a type for a cell, the types collection is scanned in order for the first PropertyCellType that returns true for CanDisplay(Object).
See Also