Class SpreadsheetRibbonSettings
Specifies class for Ribbon settings which includes application tab and enable on demand properties.
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 SpreadsheetRibbonSettings : EJTagHelper
Constructors
SpreadsheetRibbonSettings()
Declaration
public SpreadsheetRibbonSettings()
Properties
ApplicationTabOption
Gets or sets the applicationTab option.
Declaration
[JsonProperty("applicationTab")]
public ApplicationTabOption ApplicationTabOption { get; set; }
Property Value
Type | Description |
---|---|
ApplicationTabOption | The applicationTab option. |
EnableOnDemand
Gets or sets a value indicating whether enableOnDemand is enable or not.
Declaration
[JsonProperty("enableOnDemand")]
public bool EnableOnDemand { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the enableOnDemand as false; otherwise, false. |