menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class DefaultSettings

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

    Constructors

    DefaultSettings()

    Declaration
    public DefaultSettings()

    Properties

    Height

    Gets or sets the height of ribbon backstage page.

    Declaration
    [JsonProperty("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    The height

    IsBig

    Gets or sets a value indicating whether this instance the size for button, split button controls. Set “true” for big size and “false” for small size.

    Declaration
    [JsonProperty("isBig")]
    public bool IsBig { get; set; }
    Property Value
    Type Description
    System.Boolean

    if this instance ; otherwise, .

    Type

    Gets or sets the custom items such as div, table, controls by using the “custom” type.

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

    The type

    Width

    Gets or sets the width to the ribbon control. You can set width in string or number format.

    Declaration
    [JsonProperty("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    The width

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