menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RibbonGroupButtonItem

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

    Constructors

    RibbonGroupButtonItem()

    Declaration
    public RibbonGroupButtonItem()

    Properties

    BeforeClick

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

    The default value is null

    Click

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

    The default value is null

    Content

    Defines the content for the button.

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

    The default value is ""

    ContentTemplate

    To get or set value for ContentTemplate.

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

    HtmlAttributes

    Specifies additional HTML attributes to be applied to the group button item.

    Declaration
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    IconCss

    Defines the CSS class for the icons to be shown in button.

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

    The default value is ""

    KeyTip

    Specifies the keytip content.

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

    The default value is ""

    RibbonTooltipSettings

    Specifies the tooltip settings for the group button items.

    Declaration
    public object RibbonTooltipSettings { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Selected

    Defines whether the button is selected or not.

    Declaration
    public bool Selected { 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