Click or drag to resize

IListItemKey Property

Gets or sets the unique key of the item.

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

Property Value

Type: String
The key of the item.
Remarks
The key is typically used to identify each item uniquely. If no key is specified, the Text is used as the key.
See Also