C# 클래스 XAF_Bootstrap.Controls.XafBootstrapButtons

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

공개 프로퍼티들

프로퍼티 타입 설명
Buttons IList
ContentAfter String
ContentBefore String
Handler CallbackHandler

공개 메소드들

메소드 설명
AddButton ( String Caption, String CssClass = "glyphicon btn-sm xaf-bootstrap-button" ) : XafBootstrapButton
InitHandler ( String HandlerID ) : void
InnerRender ( ) : String
XafBootstrapButtons ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
Handler_OnCallback ( object source, DevExpress e ) : void

메소드 상세

AddButton() 공개 메소드

public AddButton ( String Caption, String CssClass = "glyphicon btn-sm xaf-bootstrap-button" ) : XafBootstrapButton
Caption String
CssClass String
리턴 XafBootstrapButton

InitHandler() 공개 메소드

public InitHandler ( String HandlerID ) : void
HandlerID String
리턴 void

InnerRender() 공개 메소드

public InnerRender ( ) : String
리턴 String

OnInit() 보호된 메소드

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

XafBootstrapButtons() 공개 메소드

public XafBootstrapButtons ( ) : System
리턴 System

프로퍼티 상세

Buttons 공개적으로 프로퍼티

public IList Buttons
리턴 IList

ContentAfter 공개적으로 프로퍼티

public String ContentAfter
리턴 String

ContentBefore 공개적으로 프로퍼티

public String ContentBefore
리턴 String

Handler 공개적으로 프로퍼티

public CallbackHandler,XAF_Bootstrap.Controls Handler
리턴 CallbackHandler