EntityTemplateUserControl.ContainerType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含此實體樣板的資料繫結控制項型別。
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類別會提供包含類別 (控制項類型) 內容的相關資訊 EntityTemplateUserControl 。 此類型可以是清單控制項,例如 GridView 或 ListView 控制項。 它也可以是單一專案控制項,例如 DetailsView 或 FormView 控制項。
您可以根據值自訂應用程式的行為 ContainerType ,例如有條件地顯示或隱藏特定的 UI 元素。