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

In This Topic
    TabIndex Property (GridIncrementalLoadingCell)
    In This Topic
    Gets or sets the CSS class applied to the component.
    Syntax
    'Declaration
     
    
    Public Property TabIndex As Nullable(Of Integer)
    public Nullable<int> TabIndex {get; set;}
    See Also