Class TreeViewActionSettings
Inheritance
System.Object
TreeViewActionSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeViewActionSettings : EJTagHelper
Constructors
TreeViewActionSettings()
Declaration
public TreeViewActionSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Duration
Specifies the duration to animate.
Declaration
public double Duration { get; set; }
Property Value
Type |
Description |
System.Double |
|
Easing
Specifies the animation timing function.
Declaration
public string Easing { get; set; }
Property Value
Type |
Description |
System.String |
|
Effect
Specifies the type of animation.
Declaration
public object Effect { get; set; }
Property Value
Type |
Description |
System.Object |
|
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