Skip to main content
.NET Framework Class Library
ContainerType Enumeration

Specifies the data-control container type.

Namespace: System.Web.DynamicData
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Syntax
Public Enumeration ContainerType
public enum ContainerType
public enum class ContainerType
type ContainerType
Members
Member nameDescription
ListIndicates a list container that implements the IDataBoundListControl interface, such as a ListView control, a GridView control, or a Repeater control.
ItemIndicates an item container that implements the IDataBoundItemControl interface, such as a DetailsView control or a FormView control.
Remarks

Item containers holds item containers that implement the IDataBoundItemControl interface, such as DetailsView or FormView controls. List containers hold list containers that implement the IDataBoundListControl interface, such as ListView, GridView, or Repeater controls.

Version Information

.NET Framework

Supported in: 4
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.