C# Class XAF_Bootstrap.Controls.XafBootstrapCheckboxEdit

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

Public Properties

Property Type Description
ID String
IsPassword System.Boolean
OnChangeScript String
Text String
TextOnly System.Boolean

Public Methods

Method Description
InnerRender ( ) : void
XafBootstrapCheckboxEdit ( ) : System

Protected Methods

Method Description
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

Method Details

InnerRender() public method

public InnerRender ( ) : void
return void

OnCallback() protected method

protected OnCallback ( DevExpress e ) : void
e DevExpress
return void

OnInit() protected method

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

OnLoad() protected method

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

Render() protected method

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

RenderContents() protected method

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

XafBootstrapCheckboxEdit() public method

public XafBootstrapCheckboxEdit ( ) : System
return System

Property Details

ID public property

public String ID
return String

IsPassword public property

public Boolean,System IsPassword
return System.Boolean

OnChangeScript public property

public String OnChangeScript
return String

Text public property

public String Text
return String

TextOnly public property

public Boolean,System TextOnly
return System.Boolean