Class TreeViewAnimationCollapse
Specifies the animation to appear while collapsing the TreeView item.
Inheritance
System.Object
TreeViewAnimationCollapse
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeViewAnimationCollapse : OwningComponentBase
Constructors
TreeViewAnimationCollapse()
Declaration
public TreeViewAnimationCollapse()
Properties
Duration
Specifies the time duration to transform content.
Declaration
public int Duration { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
Easing
Specifies the easing effect applied when transforming the content.
Declaration
public string Easing { get; set; }
Property Value
| Type |
|---|
| System.String |
Effect
Specifies the animation effect for collapsing the TreeView node. Default animation is given as SlideUp. You can also disable the animation by setting the animation effect as None.
Declaration
public AnimationEffect Effect { get; set; }
Property Value
| Type |
|---|
| AnimationEffect |
Methods
Dispose(Boolean)
Dispose the Expand animation value.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task | "Task". |