menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class FileMenuSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    FileMenuSettings
    Namespace: Syncfusion.EJ2.Ribbon
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class FileMenuSettings : EJTagHelper

    Constructors

    FileMenuSettings()

    Declaration
    public FileMenuSettings()

    Properties

    AnimationSettings

    Specifies the animation settings for the sub menu open/close.

    Declaration
    public object AnimationSettings { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    BeforeClose

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

    The default value is null

    BeforeItemRender

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

    The default value is null

    BeforeOpen

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

    The default value is null

    Close

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

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

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

    ItemTemplate

    Specifies the template for file menu item.

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

    The default value is ""

    KeyTip

    Specifies the keytip content.

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

    The default value is ""

    MenuItems

    Defines the list of menu items for the file menu.

    Declaration
    public object MenuItems { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Open

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

    The default value is null

    PopupTemplate

    Specifies the custom content for the file menu popup.

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

    The default value is ""

    RibbonTooltipSettings

    Specifies the tooltip settings for the file menu button.

    Declaration
    public object RibbonTooltipSettings { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Select

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

    The default value is null

    ShowItemOnClick

    Specifies whether to show the sub menu or not on click. When set to true, the sub menu will open only on mouse click.

    Declaration
    public bool ShowItemOnClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Text

    Defines the text content of file menu button.

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

    The default value is "File"

    Visible

    Defines whether to show the file menu button.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

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