Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRowCell Class
Members

In This Topic
    GridGroupRowCell Class
    In This Topic
    Visual element displayed in the group rows to allow the user expand and collapse as well as displaying the name of the group.
    Syntax
    'Declaration
     
    
    Public Class GridGroupRowCell 
       Inherits C1.Blazor.Core.C1View
       Implements C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
    public class GridGroupRowCell : C1.Blazor.Core.C1View, C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent  
    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Components.ComponentBase
          C1.Blazor.Core.C1View
             C1.Blazor.Grid.GridGroupRowCell

    See Also