Class
MentionProviderBase

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: MentionProviderBase<T>

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

IEnumerable

MentionCharacter

Gets or sets the mention character of the provider.

Declaration

cs-api-definition
public char MentionCharacter { get; set; }

Property Value

char