Class RibbonContextualTab
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RibbonContextualTab
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class RibbonContextualTab : EJTagHelper
Constructors
RibbonContextualTab()
Declaration
public RibbonContextualTab()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
IsSelected
Specifies whether the contextual tab is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Tabs
Defines the tab groups to be rendered in ribbon.
Declaration
public List<RibbonTab> Tabs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RibbonTab> | The default value is null |
Visible
Specifies whether the contextual tab is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |