Xceed Ultimate ListBox for Silverlight Documentation
ListBoxItem Class
Members 


Represents a selectable item in the ListBox.

Syntax
Remarks

An instance of this class is instantiated through ListBoxItemConfiguration.

A ListBox contains a collection of ListBoxItem objects. To select a ListBoxItem in a ListBox, set its IsSelected property to true.

Bind a ListBoxItem to data by binding the ItemsSource property of the listbox that contains it to a data source.

You can customize the appearance of a ListBoxItem by setting the ItemTemplate property to a DataTemplate

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Xceed.Silverlight.ListBox.ListBoxContainer
                  Xceed.Silverlight.ListBox.ListBoxItem

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListBoxItem Members
Xceed.Silverlight.ListBox Namespace

Send Feedback