New to Telerik UI for WPFStart a free 30-day trial

Represents the context for working with mentions.

Definition

Namespace:Telerik.Windows.Documents.UI.Mentions

Assembly:Telerik.Windows.Controls.RichTextBox.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; }