Class MentionContext
Represents the context for working with mentions.
Inheritance
System.Object
MentionContext
Namespace: Telerik.Windows.Documents.UI.Mentions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class MentionContext : Object
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
|