London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DynamicPopulateExtenderControlBase

Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[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()
Overrides

Implements