Class ContextualTabBuilder
Class for ContextualTabBuilder
Inheritance
System.Object
ContextualTabBuilder
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 ContextualTabBuilder
Constructors
ContextualTabBuilder(Ribbon)
Initializes a new instance of the ContextualTabBuilder class.
Declaration
public ContextualTabBuilder(Ribbon ribbon)
Parameters
Type | Name | Description |
---|---|---|
Ribbon | ribbon | The ribbon. |
Methods
Add()
Declaration
public void Add()
BackgroundColor(String)
Specifies the backgroundColor of the contextual tabs and tab set in the ribbon control.
Declaration
public ContextualTabBuilder BackgroundColor(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
Returns
Type | Description |
---|---|
ContextualTabBuilder | The method returns an string. |
BorderColor(String)
Specifies the borderColor of the contextual tabs and tab set in the ribbon control.
Declaration
public ContextualTabBuilder BorderColor(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
Returns
Type | Description |
---|---|
ContextualTabBuilder | The method returns an string. |
RibbonTabs(Action<RibbonTabBuilder>)
Declaration
public ContextualTabBuilder RibbonTabs(Action<RibbonTabBuilder> rTabs)
Parameters
Type | Name | Description |
---|---|---|
System.Action<RibbonTabBuilder> | rTabs |
Returns
Type | Description |
---|---|
ContextualTabBuilder |
RibbonTabs(List<RibbonTab>)
Declaration
public ContextualTabBuilder RibbonTabs(List<RibbonTab> tabs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<RibbonTab> | tabs |
Returns
Type | Description |
---|---|
ContextualTabBuilder |