menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContextualTab

    Show / Hide Table of Contents

    Class ContextualTab

    Inheritance
    System.Object
    EJTagHelper
    ContextualTab
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved