menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContextMenuAnimationSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ContextMenuAnimationSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ContextMenuAnimationSettings
    Namespace: Syncfusion.EJ2.Navigations
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ContextMenuAnimationSettings : EJTagHelper

    Constructors

    ContextMenuAnimationSettings()

    Declaration
    public ContextMenuAnimationSettings()

    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 - 2025 Syncfusion Inc. All Rights Reserved