menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class SpreadsheetRibbonSettings

    Specifies class for Ribbon settings which includes application tab and enable on demand properties.

    Inheritance
    System.Object
    EJTagHelper
    SpreadsheetRibbonSettings
    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 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.

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