Sets the DisplayMemberPath property.
Syntax
'Declaration
Public Function DisplayMemberPath( _
ByVal ParamArray () As String _
) As TreeViewBuilder
public TreeViewBuilder DisplayMemberPath(
params string[]
)
Parameters
- value
- The value
Return Value
Current builder
See Also