ComponentOne ASP.NET MVC Controls
ChildItemsPath Method (TreeViewBuilder)

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : ChildItemsPath Method
The value
Sets the ChildItemsPath property.
Syntax
'Declaration
 
Public Function ChildItemsPath( _
   ByVal ParamArray value() As String _
) As TreeViewBuilder
public TreeViewBuilder ChildItemsPath( 
   params string[] value
)

Parameters

value
The value

Return Value

Current builder
Remarks
Gets or sets the name of the property (or properties) that contains the child items for each node. When it is not set, ['items'] will be used.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members