Class
MentionContext

Represents the context for working with mentions.

Definition

Namespace:Telerik.Windows.Documents.UI.Mentions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public sealed class MentionContext

Inheritance: objectMentionContext

Constructors

MentionContext()

Declaration

cs-api-definition
public MentionContext()

Properties

Providers

Gets the collection of mention providers.

Declaration

cs-api-definition
public MentionProvidersCollection Providers { get; }

Property Value

MentionProvidersCollection

Templates

Gets the collection of data templates.

Declaration

cs-api-definition
public MentionTemplateCollection Templates { get; }

Property Value

MentionTemplateCollection