Base class for items controls that include a header (such as ToolBar, MenuItem, and TreeViewItem elements).

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class GwxHeaderedItemsControl : GwxItemsControl, 
	IGwxDependencyObjectExtraContentContainer
Visual Basic
Public Class GwxHeaderedItemsControl _
	Inherits GwxItemsControl _
	Implements IGwxDependencyObjectExtraContentContainer
JScript
public class GwxHeaderedItemsControl extends GwxItemsControl implements IGwxDependencyObjectExtraContentContainer

Remarks

Though this class is not sealed, deriving from this class is not supported for customers.

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxTextBase
          Ico.Gwx..::..GwxControl
            Ico.Gwx..::..GwxItemsControl
              Ico.Gwx..::..GwxHeaderedItemsControl

See Also