ASP.NET Core MVC コントロールヘルプ
Source プロパティ (TreeView)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > TreeView クラス : 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.
シンタックス
'宣言
 
Public Property Source As System.Collections.Generic.IEnumerable(Of Object)
public System.Collections.Generic.IEnumerable<object> Source {get; set;}
参照

TreeView クラス
TreeView メンバ