共用方式為


EntityTemplateUserControl.ContainerType 屬性

定義

取得包含此實體樣板的資料繫結控制項型別。

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

屬性值

ContainerType

包含樣板的型別。

備註

ContainerType類別會提供包含類別 (控制項類型) 內容的相關資訊 EntityTemplateUserControl 。 此類型可以是清單控制項,例如 GridViewListView 控制項。 它也可以是單一專案控制項,例如 DetailsViewFormView 控制項。

您可以根據值自訂應用程式的行為 ContainerType ,例如有條件地顯示或隱藏特定的 UI 元素。

適用於