ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabTabItemBuilder

    Show / Hide Table of Contents

    Class TabTabItemBuilder

    Inheritance
    System.Object
    ControlBuilder
    TabTabItemBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Navigations
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TabTabItemBuilder : ControlBuilder

    Constructors

    TabTabItemBuilder()

    Declaration
    public TabTabItemBuilder()

    TabTabItemBuilder(List<TabTabItem>)

    Declaration
    public TabTabItemBuilder(List<TabTabItem> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<TabTabItem> collection

    Methods

    Add()

    Declaration
    public void Add()

    Content(String)

    Specifies the content of Tab item, that is displayed when concern item header is selected.

    Declaration
    public TabTabItemBuilder Content(string content)
    Parameters
    Type Name Description
    System.String content
    Returns
    Type Description
    TabTabItemBuilder

    ContentTemplate(Action<Object>)

    Declaration
    public TabTabItemBuilder ContentTemplate(Action<object> template)
    Parameters
    Type Name Description
    System.Action<System.Object> template
    Returns
    Type Description
    TabTabItemBuilder

    ContentTemplate(Func<Object, Object>)

    Declaration
    public TabTabItemBuilder ContentTemplate(Func<object, object> template)
    Parameters
    Type Name Description
    System.Func<System.Object, System.Object> template
    Returns
    Type Description
    TabTabItemBuilder

    CssClass(String)

    Sets the CSS classes to the Tab item to customize its styles.

    Declaration
    public TabTabItemBuilder CssClass(string cssClass)
    Parameters
    Type Name Description
    System.String cssClass
    Returns
    Type Description
    TabTabItemBuilder

    Disabled(Boolean)

    Sets true to disable user interactions of the Tab item.

    Declaration
    public TabTabItemBuilder Disabled(bool disabled)
    Parameters
    Type Name Description
    System.Boolean disabled
    Returns
    Type Description
    TabTabItemBuilder

    Header(TabHeader)

    The object used for configuring the Tab item header properties.

    Declaration
    public TabTabItemBuilder Header(TabHeader header)
    Parameters
    Type Name Description
    TabHeader header
    Returns
    Type Description
    TabTabItemBuilder

    Header(Action<TabHeaderBuilder>)

    Declaration
    public TabTabItemBuilder Header(Action<TabHeaderBuilder> header)
    Parameters
    Type Name Description
    System.Action<TabHeaderBuilder> header
    Returns
    Type Description
    TabTabItemBuilder

    HeaderTemplate(String)

    Specifies the header text of Tab item.

    Declaration
    public TabTabItemBuilder HeaderTemplate(string headerTemplate)
    Parameters
    Type Name Description
    System.String headerTemplate
    Returns
    Type Description
    TabTabItemBuilder

    Id(String)

    Sets unique ID to Tab item.

    Declaration
    public TabTabItemBuilder Id(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type Description
    TabTabItemBuilder

    TabIndex(Double)

    Specifies the tab order of the Tabs items. When positive values assigned, it allows to switch focus to the next/previous tabs items with Tab/ShiftTab keys. By default, user can able to switch between items only via arrow keys. If the value is set to 0 for all tabs items, then tab switches based on element order.

    Declaration
    public TabTabItemBuilder TabIndex(double tabIndex)
    Parameters
    Type Name Description
    System.Double tabIndex
    Returns
    Type Description
    TabTabItemBuilder

    Visible(Boolean)

    Sets false to hide the Tab item.

    Declaration
    public TabTabItemBuilder Visible(bool visible)
    Parameters
    Type Name Description
    System.Boolean visible
    Returns
    Type Description
    TabTabItemBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved