DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRow Class / Tag Property

In This Topic
    Tag Property (ViewRow)
    In This Topic
    Gets or sets user-supplied data associated with the view item.
    Syntax
    'Declaration
     
    Public Property Tag As Object
    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.
    See Also