Gets or sets user-supplied data associated with the view item.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public Object Tag { get; set; }
Visual Basic
Public Property Tag As Object
	Get
	Set

Remarks

Use this property to store any object you want to associate in your code with the view item that you need to access quickly.

See Also