Blazor | ComponentOne
C1.Blazor.DataPager Assembly / C1.Blazor.DataPager Namespace / C1DataPager Class / Tag Property

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