Represents a control that can be used to present a collection of items which have header and content.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
[LicenseProviderAttribute]
public class C1HeaderedItemsControl : C1ItemsControl
Visual Basic
<LicenseProviderAttribute> _
Public Class C1HeaderedItemsControl _
	Inherits C1ItemsControl

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..::..ItemsControl
                C1.WPF..::..C1ItemsControl
                  C1.WPF..::..C1HeaderedItemsControl

See Also