Class MentionContext
Represents the context for working with mentions.
Inheritance
System.Object
    MentionContext
  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: Telerik.WinForms.Documents.UI.Mentions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public sealed class MentionContext
  Constructors
MentionContext()
Declaration
public MentionContext()
  Properties
Providers
Gets the collection of mention providers.
Declaration
public MentionProvidersCollection Providers { get; }
  Property Value
| 
        MentionProvidersCollection
         
  | 
    
Templates
Gets the collection of data templates.
Declaration
public MentionTemplateCollection Templates { get; }
  Property Value
| 
        MentionTemplateCollection
         
  |