ContainerType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the data-control container type.
public enum class ContainerType
public enum ContainerType
type ContainerType =
Public Enum ContainerType
- Inheritance
Name | Value | Description |
---|---|---|
List | 0 | Indicates a list container that implements the IDataBoundListControl interface, such as a ListView control, a GridView control, or a Repeater control. |
Item | 1 | 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.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: