Interface ISuggestionProvider
  
  
  
  
  Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
  Syntax
  
    public interface ISuggestionProvider
   
  Properties
  
  
  
  
  MentionCharacter
  
  
  Declaration
  
    char MentionCharacter { get; set; }
   
  Property Value
  
  
  
  
  SuggestionBoxStyle
  
  
  Declaration
  
    Style SuggestionBoxStyle { get; set; }
   
  Property Value
  
    
      
        | Type | 
    
    
      
        | System.Windows.Style | 
    
  
  Methods
  
  
  
  
  Dispose()
  Releases unmanaged and - optionally - managed resources.
Declaration
  
  
  
  
  InsertSelectedItem(SfRichTextBoxAdv, Object)
  
  
  Declaration
  
    void InsertSelectedItem(SfRichTextBoxAdv richTextBoxAdv, object selectedItem)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | SfRichTextBoxAdv | richTextBoxAdv |  | 
      
        | System.Object | selectedItem |  | 
    
  
  
  
  
  Search(String)
  
  
  Declaration
  
    List<object> Search(string searchText)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | searchText |  | 
    
  
  Returns
  
    
      
        | Type | 
    
    
      
        | System.Collections.Generic.List<System.Object> |