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

In This Topic
    ExpandedIconStyle Property (C1TreeView)
    In This Topic
    Gets or sets the style applied to the expanded/collapsed icon.
    Syntax
    'Declaration
     
    
    Public Property ExpandedIconStyle As C1Style
    public C1Style ExpandedIconStyle {get; set;}
    See Also