menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabHeader - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabHeader

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    TabHeader
    Namespace: Syncfusion.EJ2.Navigations
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TabHeader : EJTagHelper

    Constructors

    TabHeader()

    Declaration
    public TabHeader()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    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

    The default value is ""

    IconPosition

    Options for positioning the icon in the Tab item header. This property depends on iconCss property. The possible values for this property as follows 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

    The default value is "left"

    Text

    Specifies the display text of the Tab item header.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved