Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RichTextEditorSlashMenuSettingsBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  
  
    public class RichTextEditorSlashMenuSettingsBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public RichTextEditorSlashMenuSettingsBuilder()
   
  
  
  
  
  
  
  Declaration
  
    public RichTextEditorSlashMenuSettingsBuilder(RichTextEditorSlashMenuSettings model)
   
  Parameters
  
  Methods
  
  
  
  
  
  Specifies whether to enable or disable the slash menu in the editor.
 
  
  Declaration
  
    public RichTextEditorSlashMenuSettingsBuilder Enable(bool value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  
  Defines the items to be displayed in the slash menu.
 
  
  Declaration
  
    public RichTextEditorSlashMenuSettingsBuilder Items(object value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  
  Specifies the height of the slash menu popup. Can be defined in pixels, numbers, or percentages.
A numeric value is treated as pixels.
 
  
  Declaration
  
    public RichTextEditorSlashMenuSettingsBuilder PopupHeight(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  
  Specifies the width of the slash menu popup. Can be defined in pixels, numbers, or percentages.
A numeric value is treated as pixels.
 
  
  Declaration
  
    public RichTextEditorSlashMenuSettingsBuilder PopupWidth(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns