Class RibbonContextualTab
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RibbonContextualTab
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.AspNetMvc.Ribbon.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 |