menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RibbonGroupButtonSettings

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

    Constructors

    RibbonGroupButtonSettings()

    Declaration
    public RibbonGroupButtonSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Header

    Specifies the header for the groupbutton popup in Simplified layout.

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

    The default value is ""

    Items

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

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

    The default value is null

    Selection

    Defines options for Selection Type.

    Declaration
    public RibbonGroupButtonSelection Selection { get; set; }
    Property Value
    Type Description
    RibbonGroupButtonSelection

    The default value is RibbonGroupButtonSelection.Single

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