ComponentOne ASP.NET MVC Controls
DisplayMemberPath Method (TreeViewBuilder)

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : DisplayMemberPath Method
The value
Sets the DisplayMemberPath property.
Syntax
'Declaration
 
Public Function DisplayMemberPath( _
   ByVal ParamArray value() As String _
) As TreeViewBuilder
public TreeViewBuilder DisplayMemberPath( 
   params string[] value
)

Parameters

value
The value

Return Value

Current builder
Remarks
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.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members