MentionProviderBase
Class
Represents a provider for the mentions functionality.
Definition
Namespace:Telerik.WinForms.Documents.UI.Mentions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class MentionProviderBase : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectMentionProviderBase
Derived Classes:
Implements:
Inherited Members
Fields
Identifies the ItemSource dependency property.
C#
public static readonly RadProperty ItemsSourceProperty
Identifies the MentionCharacter dependency property.
C#
public static readonly RadProperty 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; }