Class ListSearchExtender
Inheritance
System.Object
ListSearchExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[ClientScriptResource("AjaxControlToolkit.ListSearchBehavior", "AjaxControlToolkit.ListSearch.ListSearchBehavior.js")]
[RequiredScript(typeof(PopupControlExtender), 1)]
[RequiredScript(typeof(AnimationExtender), 2)]
[RequiredScript(typeof(CommonToolkitScripts), 0)]
public class ListSearchExtender : AnimationExtenderControlBase, IControlResolver
Constructors
Declaration
public ListSearchExtender()
Properties
Declaration
[ClientPropertyName("isSorted")]
[ExtenderControlProperty]
public bool IsSorted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("onHide")]
public Animation OnHide { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
[ClientPropertyName("onShow")]
public Animation OnShow { get; set; }
Property Value
Declaration
[ClientPropertyName("promptCssClass")]
[ExtenderControlProperty]
public string PromptCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("promptPosition")]
[ExtenderControlProperty]
public ListSearchPromptPosition PromptPosition { get; set; }
Property Value
PromptText
Declaration
[ClientPropertyName("promptText")]
[ExtenderControlProperty]
public string PromptText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("queryPattern")]
public ListSearchQueryPattern QueryPattern { get; set; }
Property Value
Declaration
[ClientPropertyName("queryTimeout")]
[ExtenderControlProperty]
public int QueryTimeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Implements