CustomContactListItem Class
Use the CustomContactListItem control with the CustomContactsList control to show basic or detailed contact and organization information for contacts.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
public class CustomContactListItem : UCListBoxItem
Remarks
CustomContactListItem is a child control, created for use with the CustomContactsList control. CustomContactListItem supports a Source property, similar to that used by other Microsoft Lync SDK objects which operate on a single contact. CustomContactListItem also supports a ContentPropertyAttribute attribute which permits the Source property to be specified in XAML as a child element.
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.ListBoxItem
Microsoft.Lync.Controls.UCListBoxItem
Microsoft.Lync.Controls.CustomContactListItem