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 _
) 
 

Parameters

item
expanded item
select
item is selected or not
See Also