menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved