menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupButtonBaseItemAdder

    Show / Hide Table of Contents

    Class GroupButtonBaseItemAdder

    Inheritance
    System.Object
    GroupButtonBaseItemAdder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class GroupButtonBaseItemAdder

    Constructors

    GroupButtonBaseItemAdder(List<GroupButtonBaseItem>)

    Initializes a new instance of the GroupButtonBaseItemAdder class by the list of items.

    Declaration
    public GroupButtonBaseItemAdder(List<GroupButtonBaseItem> itemList)
    Parameters
    Type Name Description
    System.Collections.Generic.List<GroupButtonBaseItem> itemList

    Methods

    Add()

    Specifies to the add the button item in the group button.

    Declaration
    public GroupButtonBaseItemBuilder Add()
    Returns
    Type Description
    GroupButtonBaseItemBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved