menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class RibbonTab

    Inheritance
    System.Object
    EJTagHelper
    RibbonTab
    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 RibbonTab : EJTagHelper

    Constructors

    RibbonTab()

    Declaration
    public RibbonTab()

    Properties

    Id

    Gets or sets the ID for each tab’s content panel.

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The id

    TabGroupCollection

    A Tab Group is a contextual control that is hidden or displayed at run time, based on a document or workspace state. The Tab Group contains a set of context-related Tab controls.

    Declaration
    public virtual List<TabGroup> TabGroupCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<TabGroup>

    The Tabs

    TabGroups

    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<TabGroup> TabGroups { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TabGroup>

    The groups

    Text

    Gets or sets the text of the tab in the ribbon control.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text

    Methods

    ShouldSerializeTabs()

    ShouldSerialize Method for Tabs

    Declaration
    public bool ShouldSerializeTabs()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved