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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeViewBuilder クラス : ShowCheckboxes メソッド
The value.
Configurates C1.Web.Mvc.TreeView.ShowCheckboxes. Sets a value that determines whether the C1.Web.Mvc.TreeView control should add checkboxes to nodes and manage their state. This property can be used only on trees without lazy-loaded nodes(LazyLoadFunction is not set and IsLazyLoading is false).
シンタックス
'宣言
 
Public Function ShowCheckboxes( _
   ByVal value As System.Boolean _
) As TreeViewBuilder
public TreeViewBuilder ShowCheckboxes( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

TreeViewBuilder クラス
TreeViewBuilder メンバ