Class HeaderModel
Provides information about the tab header.
Inherited Members
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeaderModel
Constructors
HeaderModel()
Declaration
public HeaderModel()
Properties
IconCss
Gets or sets a icon class to render an icon in tab header.
Declaration
public string IconCss { get; set; }
Property Value
| Type |
|---|
| string |
IconPosition
Gets or sets a value that specifies the icon positioning in tab header. The possible values are:
lefttoprightbottom
Declaration
public string IconPosition { get; set; }
Property Value
| Type |
|---|
| string |
Text
Gets or sets the text content to display in tab header.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| string |