MentionContext
Class
Represents the context for working with mentions.
Definition
Namespace:Telerik.WinForms.Documents.UI.Mentions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public sealed class MentionContext
Inheritance: objectMentionContext
Constructors
C#
public MentionContext()
Properties
Gets the collection of mention providers.
C#
public MentionProvidersCollection Providers { get; }
Gets the collection of data templates.
C#
public MentionTemplateCollection Templates { get; }