menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RibbonGroupButtonSettingsBuilder

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

    Constructors

    RibbonGroupButtonSettingsBuilder()

    Declaration
    public RibbonGroupButtonSettingsBuilder()

    RibbonGroupButtonSettingsBuilder(RibbonGroupButtonSettings)

    Declaration
    public RibbonGroupButtonSettingsBuilder(RibbonGroupButtonSettings model)
    Parameters
    Type Name Description
    RibbonGroupButtonSettings model

    Methods

    Header(String)

    Specifies the header for the groupbutton popup in Simplified layout.

    Declaration
    public RibbonGroupButtonSettingsBuilder Header(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonGroupButtonSettingsBuilder

    Items(List<RibbonGroupButtonItem>)

    Defines the properties for collection of button items in Ribbon group button.

    Declaration
    public RibbonGroupButtonSettingsBuilder Items(List<RibbonGroupButtonItem> value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<RibbonGroupButtonItem> value
    Returns
    Type
    RibbonGroupButtonSettingsBuilder

    Selection(RibbonGroupButtonSelection)

    Defines options for Selection Type.

    Declaration
    public RibbonGroupButtonSettingsBuilder Selection(RibbonGroupButtonSelection value)
    Parameters
    Type Name Description
    RibbonGroupButtonSelection value
    Returns
    Type
    RibbonGroupButtonSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved