menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChatUIMessageToolbarSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ChatUIMessageToolbarSettingsBuilder
    Namespace: Syncfusion.EJ2.InteractiveChat
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChatUIMessageToolbarSettingsBuilder : ControlBuilder

    Constructors

    ChatUIMessageToolbarSettingsBuilder()

    Declaration
    public ChatUIMessageToolbarSettingsBuilder()

    ChatUIMessageToolbarSettingsBuilder(ChatUIMessageToolbarSettings)

    Declaration
    public ChatUIMessageToolbarSettingsBuilder(ChatUIMessageToolbarSettings model)
    Parameters
    Type Name Description
    ChatUIMessageToolbarSettings model

    Methods

    ItemClicked(String)

    Event raised when a toolbar item is clicked in the response toolbar of the Chat UI component.

    Declaration
    public ChatUIMessageToolbarSettingsBuilder ItemClicked(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChatUIMessageToolbarSettingsBuilder

    Items(Object)

    Specifies the collection of toolbar items in the response toolbar of the Chat UI component. Represents an array of items that are rendered in the toolbar, allowing for customization and interaction within the response section.

    Declaration
    public ChatUIMessageToolbarSettingsBuilder Items(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    ChatUIMessageToolbarSettingsBuilder

    Width(String)

    Specifies the width of the response toolbar in the Chat UI component. Represents the width of the toolbar, which can be defined using various CSS units and values such as 'auto', '100%', or pixel-based measurements.

    Declaration
    public ChatUIMessageToolbarSettingsBuilder Width(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChatUIMessageToolbarSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved