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 |