ContainerType Enum
Definition
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
Fields
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. |
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.