ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRow Class / Tag Property

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