ComponentOne ASP.NET MVC Controls
IsAnimated Method (TreeViewBuilder)

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : IsAnimated Method
The value.
Configurates C1.Web.Mvc.TreeView.IsAnimated. Sets a value that indicates whether to use animations when expanding or collapsing nodes.
Syntax
'Declaration
 
Public Function IsAnimated( _
   ByVal value As Boolean _
) As TreeViewBuilder
public TreeViewBuilder IsAnimated( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members