alexa
menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MenuAnimationSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    MenuAnimationSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.Navigations
    Assembly: Syncfusion.AspNetMvc.Navigations.dll
    Syntax
    public class MenuAnimationSettings : EJTagHelper

    Constructors

    MenuAnimationSettings()

    Declaration
    public MenuAnimationSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Duration

    Specifies the time duration to transform object.

    Declaration
    public double Duration { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 400

    Easing

    Specifies the easing effect applied while transform.

    Declaration
    public string Easing { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "ease"

    Effect

    Specifies the effect that shown in the sub menu transform. The possible effects are: None: Specifies the sub menu transform with no animation effect. SlideDown: Specifies the sub menu transform with slide down effect. ZoomIn: Specifies the sub menu transform with zoom in effect. FadeIn: Specifies the sub menu transform with fade in effect.

    Declaration
    public MenuEffect Effect { get; set; }
    Property Value
    Type Description
    MenuEffect

    The default value is Syncfusion.EJ2.Navigations.MenuEffect.SlideDown

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