Class TabContent
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 TabContent : EJTagHelper
Constructors
TabContent()
Declaration
public TabContent()
Properties
ContentDefaults
Gets or sets the height, width, type, isBig property to the controls in the group commonly.
Declaration
[JsonProperty("defaults")]
public DefaultSettings ContentDefaults { get; set; }
Property Value
Type | Description |
---|---|
DefaultSettings | The defaults |
ContentGroupCollection
Declaration
public virtual List<ContentGroup> ContentGroupCollection { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ContentGroup> |
ContentGroups
Gets or sets the controls such as Syncfusion button, split button, dropdown list, toggle button, gallery, custom controls in the subgroup of the ribbon tab .
Declaration
[JsonProperty("groups")]
public List<ContentGroup> ContentGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ContentGroup> | The groups |
Methods
ShouldSerializeContentGroups()
ShouldSerialize Method for ContentGroups
Declaration
public bool ShouldSerializeContentGroups()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializedefaultSettings()
ShouldSerialize Method for defaultSettings
Declaration
public bool ShouldSerializedefaultSettings()
Returns
Type | Description |
---|---|
System.Boolean |