Class TabHeaderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TabHeaderBuilder
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.Navigations
Assembly: Syncfusion.AspNetMvc.Navigations.dll
Syntax
public class TabHeaderBuilder : ControlBuilder
Constructors
TabHeaderBuilder()
Declaration
public TabHeaderBuilder()
TabHeaderBuilder(TabHeader)
Declaration
public TabHeaderBuilder(TabHeader model)
Parameters
| Type | Name | Description |
|---|---|---|
| TabHeader | model |
Methods
IconCss(String)
Specifies the icon class that is used to render an icon in the Tab header.
Declaration
public TabHeaderBuilder IconCss(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| TabHeaderBuilder |
IconPosition(String)
Options for positioning the icon in the Tab item header. This property depends on iconCss property.
The possible values for this property as follows
Left: Places the icon to the left of the item.
Top: Places the icon on the top of the item.
Right: Places the icon to the right end of the item.
Bottom: Places the icon at the bottom of the item.
Declaration
public TabHeaderBuilder IconPosition(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| TabHeaderBuilder |
Text(String)
Specifies the display text of the Tab item header.
Declaration
public TabHeaderBuilder Text(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| TabHeaderBuilder |