Class TabGroup
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class TabGroup : EJTagHelper
Constructors
TabGroup()
Declaration
public TabGroup()
Properties
AlignType
Declaration
[JsonProperty("alignType")]
[JsonConverter(typeof(StringEnumConverter))]
public RibbonAlignType AlignType { get; set; }
Property Value
Type | Description |
---|---|
RibbonAlignType |
Content
Gets or sets the Syncfusion button, split button, dropdown list, toggle button, gallery, custom controls to the groups in the ribbon control.
Declaration
[JsonProperty("content")]
public List<TabContent> Content { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TabContent> | The content. |
ContentCollection
Declaration
public virtual List<TabContent> ContentCollection { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TabContent> |
ContentID
Gets or sets the ID of custom items to be placed in the groups.
Declaration
[JsonProperty("contentID")]
public string ContentID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The contentID. |
CustomContent
Gets or sets the HTML contents to place into the groups.
Declaration
[JsonProperty("customContent")]
public string CustomContent { get; set; }
Property Value
Type | Description |
---|---|
System.String | The customContent. |
EnableGroupExpander
Gets or sets a value indicating whether the group expander for groups in the ribbon control. Set “true” to enable the group expander.
Declaration
[JsonProperty("enableGroupExpander")]
public bool EnableGroupExpander { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
GroupExpanderSettings
Gets or sets custom setting to the groups in the ribbon control.
Declaration
[JsonProperty("groupExpanderSettings")]
public GroupExpanderSettings GroupExpanderSettings { get; set; }
Property Value
Type | Description |
---|---|
GroupExpanderSettings | The groupExpanderSettings. |
Id
Gets or sets the id to the groups in the ribbon control.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id. |
Text
Gets or sets the text to the groups in the ribbon control.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Type
Specifies the type as “RibbonButtonType.Button” or “RibbonButtonType.SplitButton” or “RibbonButtonType.dropDownList” or “RibbonButtonType.toggleButton” to render button, split, dropdown, toggle button controls.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |
Methods
ShouldSerializeGroupExpanderSettings()
Declaration
public bool ShouldSerializeGroupExpanderSettings()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTabContent()
Declaration
public bool ShouldSerializeTabContent()
Returns
Type | Description |
---|---|
System.Boolean |