Class ChatUIMessageToolbarSettingsBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ChatUIMessageToolbarSettingsBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  
  
    public class ChatUIMessageToolbarSettingsBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public ChatUIMessageToolbarSettingsBuilder()
   
  
  
  
  
  
  
  Declaration
  
    public ChatUIMessageToolbarSettingsBuilder(ChatUIMessageToolbarSettings model)
   
  Parameters
  
  Methods
  
  
  
  
  
  Event raised when a toolbar item is clicked in the message toolbar of the Chat UI component.
 
  
  Declaration
  
    public ChatUIMessageToolbarSettingsBuilder ItemClicked(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  
  Specifies the collection of toolbar items in the message 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
  
  
  
  
  
  Specifies the width of the message 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