[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.ViewRow.Tag

Tag Property

Tag

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

Declaration
public object Tag { 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.