Base class for controls that contain a list of items (such as listboxes).

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

Syntax

C#
public class GwxItemsControl : GwxControl, 
	IGwxElementContainer, IGwxDependencyObjectContainer
Visual Basic
Public Class GwxItemsControl _
	Inherits GwxControl _
	Implements IGwxElementContainer, IGwxDependencyObjectContainer
JScript
public class GwxItemsControl extends GwxControl implements IGwxElementContainer, IGwxDependencyObjectContainer

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
              Ico.Gwx..::..GwxSelector

See Also