Class
PersonMentionItem

Represents a mention item used to define a person.

Definition

Namespace:Telerik.Windows.Documents.UI.Mentions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class PersonMentionItem : INotifyPropertyChanged

Inheritance: objectPersonMentionItem

Implements: INotifyPropertyChanged

Constructors

PersonMentionItem()

Declaration

cs-api-definition
public PersonMentionItem()

Properties

ImageSource

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

Declaration

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

Property Value

ImageSource

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