C# 클래스 XAF_Bootstrap.Controls.XafBootstrapNumericEdit

상속: XafBootstrapBaseControl
파일 보기 프로젝트 열기: Terricks/XAFBootstrap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AddonLeft String
AddonRight String
CustomCallbackScript String
DisplayFormat String
EncodeInnerHtml bool
ID String
IsPassword System.Boolean
OnClickScript string
Placeholder String
RowCount int
TextOnly System.Boolean

공개 메소드들

메소드 설명
InnerRender ( ) : String
XafBootstrapNumericEdit ( ) : System

보호된 메소드들

메소드 설명
OnCallback ( DevExpress e ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void

메소드 상세

InnerRender() 공개 메소드

public InnerRender ( ) : String
리턴 String

OnCallback() 보호된 메소드

protected OnCallback ( DevExpress e ) : void
e DevExpress
리턴 void

OnInit() 보호된 메소드

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

OnLoad() 보호된 메소드

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

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

RenderContents() 보호된 메소드

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

XafBootstrapNumericEdit() 공개 메소드

public XafBootstrapNumericEdit ( ) : System
리턴 System

프로퍼티 상세

AddonLeft 공개적으로 프로퍼티

public String AddonLeft
리턴 String

AddonRight 공개적으로 프로퍼티

public String AddonRight
리턴 String

CustomCallbackScript 공개적으로 프로퍼티

public String CustomCallbackScript
리턴 String

DisplayFormat 공개적으로 프로퍼티

public String DisplayFormat
리턴 String

EncodeInnerHtml 공개적으로 프로퍼티

public bool EncodeInnerHtml
리턴 bool

ID 공개적으로 프로퍼티

public String ID
리턴 String

IsPassword 공개적으로 프로퍼티

public Boolean,System IsPassword
리턴 System.Boolean

OnClickScript 공개적으로 프로퍼티

public string OnClickScript
리턴 string

Placeholder 공개적으로 프로퍼티

public String Placeholder
리턴 String

RowCount 공개적으로 프로퍼티

public int RowCount
리턴 int

TextOnly 공개적으로 프로퍼티

public Boolean,System TextOnly
리턴 System.Boolean