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

In This Topic
    Tag Property (C1DropDown)
    In This Topic
    Gets or sets an arbitrary object that can be used to identify a specific component.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also