Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / DetailProviderRowHeaderCell Class / ExpandedIconTemplate Property

In This Topic
    ExpandedIconTemplate Property (DetailProviderRowHeaderCell)
    In This Topic
    Gets or sets the icon show when the details are expanded.
    Syntax
    'Declaration
     
    
    Public Property ExpandedIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> ExpandedIconTemplate {get; set;}
    See Also