ComponentOne ASP.NET MVC Controls
OnClientFormatItem Method (TreeViewBuilder)

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : OnClientFormatItem Method
The value.
Configurates the C1.Web.Mvc.TreeView.OnClientFormatItem client event. Occurs when an element representing a node has been created.
Syntax
'Declaration
 
Public Function OnClientFormatItem( _
   ByVal value As String _
) As TreeViewBuilder
public TreeViewBuilder OnClientFormatItem( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members