Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1PathIcon Class / Tag Property

In This Topic
    Tag Property (C1PathIcon)
    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