ComponentOne ASP.NET MVC Controls
IsContentHtml Method (TreeViewBuilder)

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : IsContentHtml Method
The value.
Configurates C1.Web.Mvc.TreeView.IsContentHtml. Sets a value indicating whether items are bound to plain text or HTML.
Syntax
'Declaration
 
Public Function IsContentHtml( _
   ByVal value As Boolean _
) As TreeViewBuilder
public TreeViewBuilder IsContentHtml( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members