ComponentOne ASP.NET MVC Controls
Source Property

C1.Web.Mvc Namespace > TreeView Class : Source Property
Gets or sets the array that contains the items in TreeView. Arrays usually have a hierarchical structure with items that contain child items. There is no fixed limit to the depth of the items.
Syntax
'Declaration
 
<JsonAttribute("ItemsSource")>
<JsonConverterAttribute(#y3k.#wZB)>
Public Property Source As IEnumerable(Of Object)
[Json("ItemsSource")]
[JsonConverter(#y3k.#wZB)]
public IEnumerable<object> Source {get; set;}
See Also

Reference

TreeView Class
TreeView Members