Class PersonMentionItem
Represents a mention item used to define a person.
Inheritance
System.Object
PersonMentionItem
Namespace: Telerik.Windows.Documents.UI.Mentions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class PersonMentionItem : Object, INotifyPropertyChanged
Constructors
PersonMentionItem()
Declaration
public PersonMentionItem()
Properties
ImageSource
Gets or sets the imagesource for the image representing the person.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
System.Windows.Media.ImageSource
|
Gets or sets the mail address of the person.
Declaration
public string Mail { get; set; }
Property Value
System.String
|
Name
Gets or sets the Name of the person.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|