Class MentionProviderBase
Represents a provider for the mentions functionality.
Inheritance
System.Object
MentionProviderBase
Namespace: Telerik.Windows.Documents.UI.Mentions
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class MentionProviderBase : DependencyObject
Fields
ItemsSourceProperty
Identifies the ItemSource dependency property.
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
System.Windows.DependencyProperty
|
MentionCharacterProperty
Identifies the MentionCharacter dependency property.
Declaration
public static readonly DependencyProperty MentionCharacterProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ItemsSource
Gets or sets the item source of the mention provider.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable
|
MentionCharacter
Gets or sets the mention character of the provider.
Declaration
public char MentionCharacter { get; set; }
Property Value
System.Char
|