alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class HeaderModel

    Provides information about the tab header.

    Inheritance
    object
    HeaderModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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:

    • left
    • top
    • right
    • bottom
    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved