PropertyCellTypeTIdentifier Property |
Gets the identifier of this type.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic override string Identifier { get; }
Public Overrides ReadOnly Property Identifier As String
Get
abstract Identifier : string with get
override Identifier : string with get
Property Value
Type:
StringThe identifier for this type.
RemarksThis 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