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

In This Topic
    SelectedItemStyle Property (C1TreeView)
    In This Topic
    Gets or sets the style of the selected items.
    Syntax
    'Declaration
     
    
    Public Property SelectedItemStyle As C1Style
    public C1Style SelectedItemStyle {get; set;}
    See Also