Sets the ChildItemsPath property.
Syntax
'Declaration
Public Function ChildItemsPath( _
ByVal ParamArray () As String _
) As TreeViewBuilder
public TreeViewBuilder ChildItemsPath(
params string[]
)
Parameters
- value
- The value
Return Value
Current builder
See Also