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

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

パラメータ

value
The value

戻り値の型

Current builder
解説
Gets or sets the name of the property (or properties) to use as the visual representation of the nodes. When it is not set, ['header'] will be used.
参照

TreeViewBuilder クラス
TreeViewBuilder メンバ