Class TabHeaderBuilder
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.EJ2.Navigations
Assembly: Syncfusion.EJ2.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 | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
TabHeaderBuilder |