Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRowCell Class / GroupExpandedIconTemplate Property

In This Topic
    GroupExpandedIconTemplate Property (GridGroupRowCell)
    In This Topic
    Gets or sets the template used to create the icon displayed when the group is expanded.
    Syntax
    'Declaration
     
    
    Public Property GroupExpandedIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> GroupExpandedIconTemplate {get; set;}
    Remarks
    When the group expand up, because flexgrid was set in the grid, this icon will be mirrored horizontally.
    See Also