Class TreeViewNodeAnimationSettings
Inheritance
System.Object
TreeViewNodeAnimationSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeViewNodeAnimationSettings : EJTagHelper
Constructors
TreeViewNodeAnimationSettings()
Declaration
public TreeViewNodeAnimationSettings()
Properties
Collapse
Specifies the animation that applies on collapsing the nodes.
Declaration
public TreeViewActionSettings Collapse { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Expand
Specifies the animation that applies on expanding the nodes.
Declaration
public TreeViewActionSettings Expand { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides