Class HeaderModel
A class to define the properties of a tab header.
Inheritance
System.Object
HeaderModel
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeaderModel : Object
Constructors
HeaderModel()
Declaration
public HeaderModel()
Properties
IconCss
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 |
IconPosition
Options for positioning the icon in the Tab item header. This property depends on the 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 |
Text
Specifies the display text of the Tab header.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |