Class TabContentBuilder
Class for TabContentBuilder
Inheritance
System.Object
TabContentBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class TabContentBuilder
Constructors
TabContentBuilder(TabGroup)
Initializes a new instance of the TabContentBuilder class.
Declaration
public TabContentBuilder(TabGroup tabgroup)
Parameters
Type | Name | Description |
---|---|---|
TabGroup | tabgroup | The tab group. |
Methods
Add()
It adds current tab group content
Declaration
public void Add()
ContentDefaults(Action<ContentDefaultsBuilder>)
Specifies the height, width, type, isBig property to the controls in the group commonly.
Declaration
public TabContentBuilder ContentDefaults(Action<ContentDefaultsBuilder> defaults)
Parameters
Type | Name | Description |
---|---|---|
System.Action<ContentDefaultsBuilder> | defaults | The defaults |
Returns
Type | Description |
---|---|
TabContentBuilder |
ContentGroups(Action<ContentGroupBuilder>)
Specifies the controls such as Syncfusion button, split button, dropdown list, toggle button, gallery, custom controls in the subgroup of the ribbon tab .
Declaration
public TabContentBuilder ContentGroups(Action<ContentGroupBuilder> groupsettings)
Parameters
Type | Name | Description |
---|---|---|
System.Action<ContentGroupBuilder> | groupsettings | It accepts list of groupsettings through lamba expression |
Returns
Type | Description |
---|---|
TabContentBuilder |