Class ListSearchExtender

Inheritance
System.Object
ListSearchExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[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

ListSearchExtender()

Declaration
public ListSearchExtender()

Properties

IsSorted

Declaration
[ClientPropertyName("isSorted")]
[ExtenderControlProperty]
public bool IsSorted { get; set; }
Property Value
Type Description
System.Boolean

OnHide

Declaration
[ExtenderControlProperty]
[ClientPropertyName("onHide")]
public Animation OnHide { get; set; }
Property Value
Type Description
Animation

OnShow

Declaration
[ExtenderControlProperty]
[ClientPropertyName("onShow")]
public Animation OnShow { get; set; }
Property Value
Type Description
Animation

PromptCssClass

Declaration
[ClientPropertyName("promptCssClass")]
[ExtenderControlProperty]
public string PromptCssClass { get; set; }
Property Value
Type Description
System.String

PromptPosition

Declaration
[ClientPropertyName("promptPosition")]
[ExtenderControlProperty]
public ListSearchPromptPosition PromptPosition { get; set; }
Property Value
Type Description
ListSearchPromptPosition

PromptText

Declaration
[ClientPropertyName("promptText")]
[ExtenderControlProperty]
public string PromptText { get; set; }
Property Value
Type Description
System.String

QueryPattern

Declaration
[ExtenderControlProperty]
[ClientPropertyName("queryPattern")]
public ListSearchQueryPattern QueryPattern { get; set; }
Property Value
Type Description
ListSearchQueryPattern

QueryTimeout

Declaration
[ClientPropertyName("queryTimeout")]
[ExtenderControlProperty]
public int QueryTimeout { get; set; }
Property Value
Type Description
System.Int32

Methods

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

Implements