menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewAnimationExpand - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewAnimationExpand

    Specifies the animation to appear while expanding the TreeView item.

    Inheritance
    System.Object
    TreeViewAnimationExpand
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TreeViewAnimationExpand : OwningComponentBase

    Constructors

    TreeViewAnimationExpand()

    Declaration
    public TreeViewAnimationExpand()

    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 expanding the TreeView node. Default animation is given as SlideDown. 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".

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved