C# 클래스 XAF_Bootstrap.Controls.XafBootstrapStringEdit

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
InnerRender ( ) : void
XafBootstrapStringEdit ( ) : System

보호된 메소드들

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

메소드 상세

InnerRender() 공개 메소드

public InnerRender ( ) : void
리턴 void

OnInit() 보호된 메소드

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

XafBootstrapStringEdit() 공개 메소드

public XafBootstrapStringEdit ( ) : System
리턴 System

프로퍼티 상세

AddonLeft 공개적으로 프로퍼티

public String AddonLeft
리턴 String

AddonRight 공개적으로 프로퍼티

public String AddonRight
리턴 String

EncodeInnerHtml 공개적으로 프로퍼티

public bool EncodeInnerHtml
리턴 bool

ID 공개적으로 프로퍼티

public String ID
리턴 String

IsPassword 공개적으로 프로퍼티

public Boolean,System IsPassword
리턴 System.Boolean

Placeholder 공개적으로 프로퍼티

public String Placeholder
리턴 String

RowCount 공개적으로 프로퍼티

public int RowCount
리턴 int

TextOnly 공개적으로 프로퍼티

public Boolean TextOnly
리턴 Boolean