QueryableFilterRepeater.DynamicFilterContainerId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定範本內的 DynamicFilter 控制項 ID,該範本已設定為資料行的篩選。
public:
property System::String ^ DynamicFilterContainerId { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public string DynamicFilterContainerId { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.DynamicFilterContainerId : string with get, set
Public Property DynamicFilterContainerId As String
屬性值
範本內的 DynamicFilter 控制項 ID,該範本已設定為資料行的篩選。
- 屬性
備註
如果未設定識別碼,則識別碼的預設值為 「DynamicFilter」。