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.Windows.Documents.UI.Mentions
Assembly: Telerik.Windows.Documents.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
|