Class MentionProviderBase
Represents a provider for the mentions functionality.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.UI.Mentions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class MentionProviderBase : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Fields
ItemsSourceProperty
Identifies the ItemSource dependency property.
Declaration
public static readonly RadProperty ItemsSourceProperty
Field Value
RadProperty
|
MentionCharacterProperty
Identifies the MentionCharacter dependency property.
Declaration
public static readonly RadProperty MentionCharacterProperty
Field Value
RadProperty
|
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
|