Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / Expand Method
expanded item
item is selected or not

In This Topic
    Expand Method
    In This Topic
    Set expanded item
    Syntax
    'Declaration
     
    
    Public Sub Expand( _
       ByVal item As TreeViewItem, _
       Optional ByVal select As Boolean _
    ) 
    public void Expand( 
       TreeViewItem item,
       bool select
    )

    Parameters

    item
    expanded item
    select
    item is selected or not
    See Also