Class DynamicPopulateExtenderControlBase
Inheritance
System.Object
DynamicPopulateExtenderControlBase
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[RequiredScript(typeof(DynamicPopulateExtender))]
public abstract class DynamicPopulateExtenderControlBase : AnimationExtenderControlBase, IControlResolver
Constructors
Declaration
protected DynamicPopulateExtenderControlBase()
Properties
Declaration
[ExtenderControlProperty]
[ClientPropertyName("cacheDynamicResults")]
public bool CacheDynamicResults { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DynamicContextKey
Declaration
[ClientPropertyName("dynamicContextKey")]
[ExtenderControlProperty]
public string DynamicContextKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("dynamicControlID")]
public string DynamicControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("dynamicServiceMethod")]
public string DynamicServiceMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("dynamicServicePath")]
[ExtenderControlProperty]
public string DynamicServicePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public override void EnsureValid()
Overrides
Implements