Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / ExpandedIconTemplate Property

In This Topic
    ExpandedIconTemplate Property (C1TreeView)
    In This Topic
    Content template for tree item expanded icon.
    Syntax
    'Declaration
     
    
    Public Property ExpandedIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> ExpandedIconTemplate {get; set;}
    See Also