EntityTemplateUserControl.ContainerType Property

Definition

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

public:
 virtual property System::Web::DynamicData::ContainerType ContainerType { System::Web::DynamicData::ContainerType get(); };
public virtual System.Web.DynamicData.ContainerType ContainerType { get; }
member this.ContainerType : System.Web.DynamicData.ContainerType
Public Overridable ReadOnly Property ContainerType As ContainerType

Property Value

The type that contains the template.

Remarks

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.

Applies to