menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RibbonTab

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    RibbonTab
    Namespace: Syncfusion.EJ2.Ribbon
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RibbonTab : EJTagHelper

    Constructors

    RibbonTab()

    Declaration
    public RibbonTab()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    CssClass

    Defines one or more CSS classes to customize the appearance of tab.

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

    The default value is ""

    Groups

    Defines the list of ribbon groups.

    Declaration
    public List<RibbonGroup> Groups { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<RibbonGroup>

    The default value is null

    Header

    Defines the content of tab header.

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

    The default value is ""

    Id

    Defines a unique identifier for the tab.

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

    The default value is ""

    Overrides
    Syncfusion.EJ2.EJTagHelper.Id

    KeyTip

    Specifies the keytip content.

    Declaration
    public string KeyTip { 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