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

In This Topic
    Header Property (TreeViewItemView)
    In This Topic
    gets or sets the header.
    Syntax
    'Declaration
     
    
    Public Property Header As String
    public string Header {get; set;}
    See Also