Class TabTabItem
Inheritance
System.Object
TabTabItem
Assembly: Syncfusion.EJ2.dll
Syntax
public class TabTabItem : EJTagHelper
Constructors
TabTabItem()
Declaration
Properties
Content
Specifies the content of Tab item, that is displayed when concern item header is selected.
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
CssClass
Sets the CSS classes to the Tab item to customize its styles.
Declaration
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Disabled
Sets true to disable user interactions of the Tab item.
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
The object used for configuring the Tab item header properties.
Declaration
public TabHeader Header { get; set; }
Property Value
Specifies the header text of Tab item.
Declaration
public string HeaderTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Visible
Sets false to hide the Tab item.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|