[]
        
(Showing Draft Content)

C1.Web.Mvc.TreeView.Source

Source Property

Source

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.

Declaration
[Json("ItemsSource")]
[JsonConverter(typeof(ItemsSourceConverter))]
public IEnumerable<object> Source { get; set; }