menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RibbonContextualTab

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

    Constructors

    RibbonContextualTab()

    Declaration
    public RibbonContextualTab()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    IsSelected

    Specifies whether the contextual tab is selected.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Tabs

    Defines the tab groups to be rendered in ribbon.

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

    The default value is null

    Visible

    Specifies whether the contextual tab is visible.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

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