New to Telerik UI for WinFormsStart a free 30-day trial

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: INotifyPropertyChanged

Constructors

C#
public PersonMentionItem()

Properties

Gets or sets the imagesource for the image representing the person.

C#
public Image Image { get; set; }

Gets or sets the mail address of the person.

C#
public string Mail { get; set; }

Gets or sets the Name of the person.

C#
public string Name { get; set; }

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged