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

In This Topic
    ExpandedIconStyle Property (TreeViewItemView)
    In This Topic
    Gets or sets the style applied to the expand/collapse button.
    Syntax
    'Declaration
     
    
    Public Property ExpandedIconStyle As C1Style
    public C1Style ExpandedIconStyle {get; set;}
    See Also