Click or drag to resize

PropertyCellOnGetIdentifier Method

Gets the identifier of the cell based on its content.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override string OnGetIdentifier(
	CellEventArgs args
)

Parameters

args
Type: Eto.FormsCellEventArgs
Arguments for the cell

Field Value

Type: String
The identifier for the cell.

Return Value

Type: String

[Missing <returns> documentation for "M:Eto.Forms.PropertyCell.OnGetIdentifier(Eto.Forms.CellEventArgs)"]

Remarks
When you have different controls on a per-row level, each variation must have an identifier string to allow the framework to cache the different types of cells to provide good performance. This hooks into standard cell caching mechanisms in certain platforms, such as on the Mac.
See Also