menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ApplicationTabOption

    Inheritance
    System.Object
    EJTagHelper
    ApplicationTabOption
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ApplicationTabOption : EJTagHelper

    Constructors

    ApplicationTabOption()

    Declaration
    public ApplicationTabOption()

    Properties

    MenuSettings

    Gets or sets the menu settings.

    Declaration
    [JsonProperty("menuSettings")]
    public RibbonMenuSettings MenuSettings { get; set; }
    Property Value
    Type Description
    RibbonMenuSettings

    The menu setting.

    Type

    Gets or sets the type.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("type")]
    public ApplicationTabType Type { get; set; }
    Property Value
    Type Description
    ApplicationTabType

    The type Enum.

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