C# Class XAF_Bootstrap.Controls.XafBootstrapButtons

Inheritance: XafBootstrapBaseControl
Mostra file Open project: Terricks/XAFBootstrap Class Usage Examples

Public Properties

Property Type Description
Buttons IList
ContentAfter String
ContentBefore String
Handler CallbackHandler

Public Methods

Method Description
AddButton ( String Caption, String CssClass = "glyphicon btn-sm xaf-bootstrap-button" ) : XafBootstrapButton
InitHandler ( String HandlerID ) : void
InnerRender ( ) : String
XafBootstrapButtons ( ) : System

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
Handler_OnCallback ( object source, DevExpress e ) : void

Method Details

AddButton() public method

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

InitHandler() public method

public InitHandler ( String HandlerID ) : void
HandlerID String
return void

InnerRender() public method

public InnerRender ( ) : String
return String

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

XafBootstrapButtons() public method

public XafBootstrapButtons ( ) : System
return System

Property Details

Buttons public_oe property

public IList Buttons
return IList

ContentAfter public_oe property

public String ContentAfter
return String

ContentBefore public_oe property

public String ContentBefore
return String

Handler public_oe property

public CallbackHandler,XAF_Bootstrap.Controls Handler
return CallbackHandler