Class PersonMentionItem
Represents a mention item used to define a person.
Inheritance
System.Object
PersonMentionItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI.Mentions
Assembly: Telerik.Windows.Documents.dll
Syntax
public class PersonMentionItem : 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
|