Class ContextualTab
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 ContextualTab : EJTagHelper
Constructors
ContextualTab()
Declaration
public ContextualTab()
Properties
BackgroundColor
Gets or sets the backgroundColor of the contextual tabs and tab set in the ribbon control.
Declaration
[JsonProperty("backgroundColor")]
public string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The backgroundColor |
BorderColor
Gets or sets the borderColor of the contextual tabs and tab set in the ribbon control.
Declaration
[JsonProperty("borderColor")]
public string BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The borderColor |
RibbonTabCollection
Declaration
public virtual List<RibbonTab> RibbonTabCollection { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RibbonTab> |
RibbonTabs
Gets or sets the tabs to present in the contextual tabs and tab set. Refer to the tabs section for adding tabs into the contextual tabs and tab set.
Declaration
[JsonProperty("tabs")]
public List<RibbonTab> RibbonTabs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RibbonTab> | The tabs |