Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRow Class / ItemsCount Property

In This Topic
    ItemsCount Property
    In This Topic
    Gets the number of data items in this group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemsCount As Integer
    public int ItemsCount {get;}
    See Also