Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridIncrementalLoadingCell Class / Tag Property

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