Class DynamicPopulateExtenderControlBase
Inheritance
System.Object
DynamicPopulateExtenderControlBase
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0Syntax
[RequiredScript(typeof(DynamicPopulateExtender))]
public abstract class DynamicPopulateExtenderControlBase : AnimationExtenderControlBase, IControlResolver
Constructors
DynamicPopulateExtenderControlBase()
Declaration
protected DynamicPopulateExtenderControlBase()
Properties
CacheDynamicResults
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 |
DynamicControlID
Declaration
[ExtenderControlProperty]
[ClientPropertyName("dynamicControlID")]
public string DynamicControlID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DynamicServiceMethod
Declaration
[ExtenderControlProperty]
[ClientPropertyName("dynamicServiceMethod")]
public string DynamicServiceMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DynamicServicePath
Declaration
[ClientPropertyName("dynamicServicePath")]
[ExtenderControlProperty]
public string DynamicServicePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
EnsureValid()
Declaration
public override void EnsureValid()