PersonMentionItem
Class
Represents a mention item used to define a person.
Definition
Namespace:Telerik.WinForms.Documents.UI.Mentions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class PersonMentionItem : INotifyPropertyChanged
Inheritance: objectPersonMentionItem
Implements:
Constructors
C#
public PersonMentionItem()
Properties
Gets or sets the imagesource for the image representing the person.
C#
public Image Image { get; set; }
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: