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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeViewBuilder クラス : IsReadOnly メソッド
The value.
Configurates C1.Web.Mvc.TreeView.IsReadOnly. Sets a value that determines whether users can edit the text in the nodes. When it is set to false, users may edit the content of the tree nodes by typing directly into the nodes. The F2 key can also be used to enter edit mode with the whole node content selected.
シンタックス
'宣言
 
Public Function IsReadOnly( _
   ByVal value As System.Boolean _
) As TreeViewBuilder
public TreeViewBuilder IsReadOnly( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

TreeViewBuilder クラス
TreeViewBuilder メンバ