menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RibbonGroupButtonItemBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RibbonGroupButtonItemBuilder
    Namespace: Syncfusion.EJ2.Ribbon
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RibbonGroupButtonItemBuilder : ControlBuilder

    Constructors

    RibbonGroupButtonItemBuilder()

    Declaration
    public RibbonGroupButtonItemBuilder()

    RibbonGroupButtonItemBuilder(RibbonGroupButtonItem)

    Declaration
    public RibbonGroupButtonItemBuilder(RibbonGroupButtonItem model)
    Parameters
    Type Name Description
    RibbonGroupButtonItem model

    Methods

    BeforeClick(String)

    Triggers before clicking the button from group button.

    Declaration
    public RibbonGroupButtonItemBuilder BeforeClick(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonGroupButtonItemBuilder

    Click(String)

    Triggers after clicking the button from group button.

    Declaration
    public RibbonGroupButtonItemBuilder Click(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonGroupButtonItemBuilder

    Content(String)

    Defines the content for the button.

    Declaration
    public RibbonGroupButtonItemBuilder Content(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonGroupButtonItemBuilder

    HtmlAttributes(Object)

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

    Declaration
    public RibbonGroupButtonItemBuilder HtmlAttributes(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    RibbonGroupButtonItemBuilder

    IconCss(String)

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

    Declaration
    public RibbonGroupButtonItemBuilder IconCss(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonGroupButtonItemBuilder

    KeyTip(String)

    Specifies the keytip content.

    Declaration
    public RibbonGroupButtonItemBuilder KeyTip(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonGroupButtonItemBuilder

    RibbonTooltipSettings(Object)

    Specifies the tooltip settings for the group button items.

    Declaration
    public RibbonGroupButtonItemBuilder RibbonTooltipSettings(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    RibbonGroupButtonItemBuilder

    Selected(Boolean)

    Defines whether the button is selected or not.

    Declaration
    public RibbonGroupButtonItemBuilder Selected(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    RibbonGroupButtonItemBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved