C# Class AjaxControlToolkit.AutoCompleteExtender

Inheritance: AnimationExtenderControlBase
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateAutoCompleteItem ( string text, string value ) : string

Creates a serialized JSON object representing a text/value pair that can be returned by the webservice

Méthodes protégées

Méthode Description
OnPreRender ( EventArgs e ) : void

Method Details

CreateAutoCompleteItem() public static méthode

Creates a serialized JSON object representing a text/value pair that can be returned by the webservice
public static CreateAutoCompleteItem ( string text, string value ) : string
text string Text part
value string Value part
Résultat string

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void