Class DynamicPopulateExtenderControlBase
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[RequiredScript(typeof(DynamicPopulateExtender))]
public abstract class DynamicPopulateExtenderControlBase : AnimationExtenderControlBase, IControlResolver
- Inheritance
-
DynamicPopulateExtenderControlBase
- Implements
- Derived
- Inherited Members
Constructors
DynamicPopulateExtenderControlBase()
protected DynamicPopulateExtenderControlBase()
Properties
CacheDynamicResults
[ExtenderControlProperty]
[ClientPropertyName("cacheDynamicResults")]
public bool CacheDynamicResults { get; set; }
Property Value
DynamicContextKey
[ExtenderControlProperty]
[ClientPropertyName("dynamicContextKey")]
public string DynamicContextKey { get; set; }
Property Value
DynamicControlID
[ExtenderControlProperty]
[ClientPropertyName("dynamicControlID")]
public string DynamicControlID { get; set; }
Property Value
DynamicServiceMethod
[ExtenderControlProperty]
[ClientPropertyName("dynamicServiceMethod")]
public string DynamicServiceMethod { get; set; }
Property Value
DynamicServicePath
[ExtenderControlProperty]
[ClientPropertyName("dynamicServicePath")]
[TypeConverter(typeof(ServicePathConverter))]
public string DynamicServicePath { get; set; }
Property Value
Methods
EnsureValid()
public override void EnsureValid()