Inheritance
System.Object
TabHeader
Assembly: Syncfusion.EJ2.dll
public class TabHeader : EJTagHelper
Constructors
Declaration
Properties
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Specifies the icon class that is used to render an icon in the Tab header.
Declaration
public string IconCss { get; set; }
Property Value
Type |
Description |
System.String |
|
Options for positioning the icon in the Tab item header. This property depends on iconCss
property.
The possible values are:
- 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 string IconPosition { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Specifies the display text of the Tab item header.
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|