Class DynamicPopulateExtender
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("Sys.Extended.UI.DynamicPopulateBehavior", "DynamicPopulate")]
public class DynamicPopulateExtender : ExtenderControlBase, IControlResolver
- Inheritance
-
DynamicPopulateExtender
- Implements
-
- Inherited Members
-
Constructors
public DynamicPopulateExtender()
Properties
[ExtenderControlProperty]
[ClientPropertyName("cacheDynamicResults")]
public bool CacheDynamicResults { get; set; }
Property Value
- bool
ClearContentsDuringUpdate
[ExtenderControlProperty]
[ClientPropertyName("clearContentsDuringUpdate")]
public bool ClearContentsDuringUpdate { get; set; }
Property Value
- bool
ContextKey
[ExtenderControlProperty]
[ClientPropertyName("contextKey")]
public string ContextKey { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("customScript")]
public string CustomScript { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("populateTriggerID")]
public string PopulateTriggerControlID { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("serviceMethod")]
public string ServiceMethod { get; set; }
Property Value
- string
[ExtenderControlProperty]
[TypeConverter(typeof(ServicePathConverter))]
[ClientPropertyName("servicePath")]
public string ServicePath { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("updatingCssClass")]
public string UpdatingCssClass { get; set; }
Property Value
- string
Methods
protected override bool CheckIfValid(bool throwException)
Parameters
throwException
bool
Returns
- bool