ASP.NET Core MVC コントロールヘルプ
ChildItemsPath メソッド (TreeViewBuilder)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeViewBuilder クラス : ChildItemsPath メソッド
The value
Sets the ChildItemsPath property.
シンタックス
'宣言
 
Public Function ChildItemsPath( _
   ByVal ParamArray value() As System.String _
) As TreeViewBuilder
public TreeViewBuilder ChildItemsPath( 
   params System.string[] value
)

パラメータ

value
The value

戻り値の型

Current builder
解説
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.
参照

TreeViewBuilder クラス
TreeViewBuilder メンバ