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 As Boolean _
) As TreeViewBuilder
public TreeViewBuilder IsAnimated(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also