ContainerType Enum

Definition

Specifies the data-control container type.

public enum class ContainerType
public enum ContainerType
type ContainerType = 
Public Enum ContainerType
Inheritance
ContainerType

Fields

Item 1

Indicates an item container that implements the IDataBoundItemControl interface, such as a DetailsView control or a FormView control.

List 0

Indicates a list container that implements the IDataBoundListControl interface, such as a ListView control, a GridView control, or a Repeater 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.

Applies to