menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ToolbarBaseItemAdder

    Inheritance
    System.Object
    ToolbarBaseItemAdder
    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 ToolbarBaseItemAdder

    Constructors

    ToolbarBaseItemAdder()

    Initializes a new instance of the ToolbarBaseItemBuilder class.

    Declaration
    public ToolbarBaseItemAdder()

    Fields

    ItemList

    Represents the Toolbar itemList field.

    Declaration
    public List<ToolbarBaseItem> ItemList
    Field Value
    Type Description
    System.Collections.Generic.List<ToolbarBaseItem>

    Methods

    Add()

    Specify the adding item in Menu.

    Declaration
    public ToolbarBaseItemBuilder Add()
    Returns
    Type Description
    ToolbarBaseItemBuilder

    This method returns toolbar base item builder value

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