Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / Tag Property

In This Topic
    Tag Property (C1TextBox)
    In This Topic
    Gets or sets an arbitrary object value that can be used to store custom information about this element.
    Syntax
    'Declaration
     
    
    Public Shadows Property Tag As Object
    public new object Tag {get; set;}
    See Also