Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / C1Expander Class / ExpandIconTemplate Property

In This Topic
    ExpandIconTemplate Property (C1Expander)
    In This Topic
    Gets or sets the template of the expand icon.
    Syntax
    'Declaration
     
    
    Public Property ExpandIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> ExpandIconTemplate {get; set;}
    See Also