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