Class DefaultSettings
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 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 |
Type
Gets or sets the custom items such as div, table, controls by using the “custom” type.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("type")]
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 |