Click or drag to resize

GridItemTag Property

Gets or sets a custom value to associate with this 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 tag value.
See Also