Class ApplicationTabOption
Inherited Members
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. |