Class HeaderModel
Provides information about the 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
Gets or sets a icon class to render an icon in tab header.
Declaration
public string IconCss { get; set; }
Property Value
Type |
---|
System.String |
IconPosition
Gets or sets a value that specifies the icon positioning in tab header. The possible values are:
Declaration
public string IconPosition { get; set; }
Property Value
Type |
---|
System.String |
Text
Gets or sets the text content to display in tab header.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |