Class
PersonMentionItem

Represents a mention item used to define a person.

Definition

Namespace:Telerik.WinForms.Documents.UI.Mentions

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class PersonMentionItem : INotifyPropertyChanged

Inheritance: objectPersonMentionItem

Implements: INotifyPropertyChanged

Constructors

PersonMentionItem()

Declaration

cs-api-definition
public PersonMentionItem()

Properties

Image

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

Declaration

cs-api-definition
public Image Image { get; set; }

Property Value

Image

Mail

Gets or sets the mail address of the person.

Declaration

cs-api-definition
public string Mail { get; set; }

Property Value

string

Name

Gets or sets the Name of the person.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged