TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / Tag Property

In This Topic
    Tag Property (C1TreeNode)
    In This Topic
    Gets or sets the object that contains data about the C1TreeNode.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("C1TreeNode.Tag", "Gets or sets the object that contains data about the C1TreeNode.")>
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property Tag As Object
    [C1Category("Data")]
    [C1Description("C1TreeNode.Tag", "Gets or sets the object that contains data about the C1TreeNode.")]
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public object Tag {get; set;}
    See Also