Class RibbonTab
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RibbonTab
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class RibbonTab : EJTagHelper
Constructors
RibbonTab()
Declaration
public RibbonTab()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
CssClass
Defines one or more CSS classes to customize the appearance of tab.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Groups
Defines the list of ribbon groups.
Declaration
public List<RibbonGroup> Groups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RibbonGroup> | The default value is null |
Header
Defines the content of tab header.
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Id
Defines a unique identifier for the tab.
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
Syncfusion.EJ2.EJTagHelper.Id
KeyTip
Specifies the keytip content.
Declaration
public string KeyTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |