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

Represents a mention item used to define a person.

Definition

Namespace:Telerik.Windows.Documents.UI.Mentions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class PersonMentionItem : INotifyPropertyChanged

Inheritance: objectPersonMentionItem

Implements: INotifyPropertyChanged

Constructors

C#
public PersonMentionItem()

Properties

ImageSource

ImageSource

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

C#
public ImageSource ImageSource { 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