The expander control. It takes anything in the Content property and makes it expandable.
Expander

Namespace: Ico.WPF.Specialized.DataGridControl.Controls
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class Expander : UserControl, 
	INotifyPropertyChanged, IComponentConnector
Visual Basic
Public NotInheritable Class Expander _
	Inherits UserControl _
	Implements INotifyPropertyChanged, IComponentConnector
JScript
public final class Expander extends UserControl implements INotifyPropertyChanged, IComponentConnector

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Ico.WPF.Specialized.DataGridControl.Controls..::..Expander

See Also