Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TabHeaderBuilder
Assembly: Syncfusion.EJ2.dll
public class TabHeaderBuilder : ControlBuilder
Constructors
Declaration
public TabHeaderBuilder()
Declaration
public TabHeaderBuilder(TabHeader model)
Parameters
Methods
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
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
Specifies the display text of the Tab item header.
Declaration
public TabHeaderBuilder Text(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns