ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ContextMenuAnimationSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    ContextMenuAnimationSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    MvcTemplate<System.Object>

    Duration

    Specifies the time duration to transform object.

    Declaration
    [HtmlAttributeName("duration")]
    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
    [HtmlAttributeName("easing")]
    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
    [HtmlAttributeName("effect")]
    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 - 2023 Syncfusion Inc. All Rights Reserved