Intersoft ClientUI Documentation
HeaderedItemsControl Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : HeaderedItemsControl Class






Represents a control that contains a collection of items and a header.

Object Model

HeaderedItemsControl Class

Syntax

Visual Basic (Declaration) 
<StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ContentPresenter)>
Public Class HeaderedItemsControl 
   Inherits System.Windows.Controls.ItemsControl
Visual Basic (Usage)Copy Code
Dim instance As HeaderedItemsControl
C# 
[StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ContentPresenter)]
public class HeaderedItemsControl : System.Windows.Controls.ItemsControl 
Delphi 
public class HeaderedItemsControl = class(System.Windows.Controls.ItemsControl)
JScript 
StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ContentPresenter)
public class HeaderedItemsControl extends System.Windows.Controls.ItemsControl
Managed Extensions for C++ 
[StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ContentPresenter)]
public __gc class HeaderedItemsControl : public System.Windows.Controls.ItemsControl 
C++/CLI 
[StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ContentPresenter)]
public ref class HeaderedItemsControl : public System.Windows.Controls.ItemsControl 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  Intersoft.Client.Framework.HeaderedItemsControl
                     Intersoft.Client.Framework.ISHeaderedItemsControl

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.