Click or drag to resize

PropertyCellTypeIdentifier Property

Gets the identifier of this type.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract string Identifier { get; }

Property Value

Type: String
The identifier for this type.
Remarks
This is used to cache the cell content so it can be reused for performance reasons. You must ensure that all your cell types have unique identifiers, otherwise the incorrect content control will be used in the grid.
See Also