MentionProviderBase
Class
Represents a provider for the mentions functionality.
Definition
Namespace:Telerik.Windows.Documents.UI.Mentions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class MentionProviderBase : DependencyObject
Inheritance: objectMentionProviderBase
Derived Classes:
Fields
ItemsSourceProperty
DependencyProperty
Identifies the ItemSource dependency property.
C#
public static readonly DependencyProperty ItemsSourceProperty
MentionCharacterProperty
DependencyProperty
Identifies the MentionCharacter dependency property.
C#
public static readonly DependencyProperty MentionCharacterProperty
Properties
Gets or sets the item source of the mention provider.
C#
public IEnumerable ItemsSource { get; set; }
Gets or sets the mention character of the provider.
C#
public char MentionCharacter { get; set; }