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

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