This documentation is archived and is not being maintained.
ContainerType Enumeration
Visual Studio 2010
Specifies the data-control container type.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Member name | Description | |
|---|---|---|
| List | Indicates a list container that implements the IDataBoundListControl interface, such as a ListView control, a GridView control, or a Repeater control. | |
| Item | Indicates an item container that implements the IDataBoundItemControl interface, such as a DetailsView control or a FormView control. |
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.
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.
Show: