C# 클래스 AjaxControlToolkit.AutoCompleteExtender

상속: AnimationExtenderControlBase
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateAutoCompleteItem ( string text, string value ) : string

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

보호된 메소드들

메소드 설명
OnPreRender ( EventArgs e ) : void

메소드 상세

CreateAutoCompleteItem() 공개 정적인 메소드

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
리턴 string

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void