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

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