EntityTemplateUserControl.ContainerType Property

.NET Framework (current version)
 

Gets the type of the data-bound control that contains this entity template.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Public Overridable ReadOnly Property ContainerType As ContainerType

Property Value

Type: System.Web.DynamicData.ContainerType

The type that contains the template.

The ContainerType class provides information about the context (the control type) in which the EntityTemplateUserControl class is contained. This type can be a list control, such as a GridView or ListView control. It can also be a single-item control, such as a DetailsView or FormView control.

You can customize the behavior of an application depending on the ContainerType value, such as conditionally displaying or hiding specific UI elements.

.NET Framework
Available since 4.0
Return to top
Show: