Click or drag to resize

ListItemTag Property

Gets or sets custom data for the item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object Tag { get; set; }

Property Value

Type: Object
The custom data.
See Also