ASP.NET Core MVC コントロールヘルプ
ExpandOnLoad メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeViewBuilder クラス : ExpandOnLoad メソッド
The value.
Configurates C1.Web.Mvc.TreeView.ExpandOnLoad. Sets a value that determines whether to toggle checkboxes when the user clicks the node header.
シンタックス
'宣言
 
Public Function ExpandOnLoad( _
   ByVal value As System.Boolean _
) As TreeViewBuilder
public TreeViewBuilder ExpandOnLoad( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The default value for this property is false, which causes checkboxes to be toggled only when the user clicks the checkbox itself (not the node header).
参照

TreeViewBuilder クラス
TreeViewBuilder メンバ