Class DynamicPopulateExtender
Inheritance
System.Object
DynamicPopulateExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[ClientScriptResource("AjaxControlToolkit.DynamicPopulateBehavior", "AjaxControlToolkit.DynamicPopulate.DynamicPopulateBehavior.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public class DynamicPopulateExtender : ExtenderControlBase, IControlResolver
Constructors
Declaration
public DynamicPopulateExtender()
Properties
Declaration
[ExtenderControlProperty]
[ClientPropertyName("cacheDynamicResults")]
public bool CacheDynamicResults { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ClearContentsDuringUpdate
Declaration
[ExtenderControlProperty]
public bool ClearContentsDuringUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ContextKey
Declaration
[ExtenderControlProperty]
public string ContextKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string CustomScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("PopulateTriggerID")]
public string PopulateTriggerControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string ServiceMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string ServicePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string UpdatingCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected override bool CheckIfValid(bool throwException)
Parameters
Type |
Name |
Description |
System.Boolean |
throwException |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements