Class TabBaseItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class TabBaseItem : EJTagHelper
Constructors
TabBaseItem()
Initializes a new instance of the TabBaseItem class.
Declaration
public TabBaseItem()
Properties
ContentTemplate
Gets or sets the content template.
Declaration
public MvcTemplate<TabBaseItem> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<TabBaseItem> | The content template. |
HeaderTemplate
Declaration
public MvcTemplate<TabBaseItem> HeaderTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<TabBaseItem> |
ID
Gets or sets the identifier.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Url
Gets or sets the URL.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The url. |