ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomToolbarItemsBuilder<T> - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomToolbarItemsBuilder<T>

    Inheritance
    System.Object
    CustomToolbarItemsBuilder<T>
    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 CustomToolbarItemsBuilder<T>
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    CustomToolbarItemsBuilder(ToolbarSettings)

    Initializes a new instance of the class.

    Declaration
    public CustomToolbarItemsBuilder(ToolbarSettings toolBar)
    Parameters
    Type Name Description
    ToolbarSettings toolBar

    It displays the list ToolBarSettings options

    Methods

    TemplateID(String)

    It sets an object that indicates to enable the template for customized toolbar

    Declaration
    public CustomToolbarItemsBuilder<T> TemplateID(string templateId)
    Parameters
    Type Name Description
    System.String templateId

    It accepts the string value and displays the custom toolbar

    Returns
    Type Description
    CustomToolbarItemsBuilder<T>

    Tooltip(String)

    It sets an object that indicates to enable the tooltip for customized toolbar

    Declaration
    public CustomToolbarItemsBuilder<T> Tooltip(string tooltip)
    Parameters
    Type Name Description
    System.String tooltip
    Returns
    Type Description
    CustomToolbarItemsBuilder<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved