ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DataColumn Class / Tag Property

In This Topic
    Tag Property (C1DataColumn)
    In This Topic
    Gets or sets a user defined objects associated with this column.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also