Gets or sets the unique key of the item.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string Key { get; set; }
Public Property Key As String
Get
Set
abstract Key : string with get, set
override Key : string with get, set
Property Value
Type:
StringThe key of the item.
Implements
IListItemKeyRemarks
The key is typically used to identify each item uniquely. If no key is specified, the
Text
is used as the key.
See Also