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(Order=-1, 
   SkipIfDefault=, 
   PropertyName="ItemsSource", 
   Name="ItemsSource")>
<JsonConverterAttribute(ConverterType=#y3k.#wZB, ConverterParameters=)>
Public Property Source As IEnumerable(Of Object)
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="ItemsSource", 
   Name="ItemsSource")]
[JsonConverter(ConverterType=#y3k.#wZB, ConverterParameters=)]
public IEnumerable<object> Source {get; set;}
See Also

Reference

TreeView Class
TreeView Members