ComponentOne ASP.NET MVC Controls
ImageMemberPath Method

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : ImageMemberPath Method
The value
Sets the ImageMemberPath property.
Syntax
'Declaration
 
Public Function ImageMemberPath( _
   ByVal ParamArray value() As String _
) As TreeViewBuilder
public TreeViewBuilder ImageMemberPath( 
   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 a source of images for the nodes.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members