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