C# Class XAF_Bootstrap.Controls.XafBootstrapNumericEdit

Inheritance: XafBootstrapBaseControl
Exibir arquivo Open project: Terricks/XAFBootstrap Class Usage Examples

Public Properties

Property Type Description
AddonLeft String
AddonRight String
CustomCallbackScript String
DisplayFormat String
EncodeInnerHtml bool
ID String
IsPassword System.Boolean
OnClickScript string
Placeholder String
RowCount int
TextOnly System.Boolean

Public Methods

Method Description
InnerRender ( ) : String
XafBootstrapNumericEdit ( ) : 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 ( ) : String
return String

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

XafBootstrapNumericEdit() public method

public XafBootstrapNumericEdit ( ) : System
return System

Property Details

AddonLeft public_oe property

public String AddonLeft
return String

AddonRight public_oe property

public String AddonRight
return String

CustomCallbackScript public_oe property

public String CustomCallbackScript
return String

DisplayFormat public_oe property

public String DisplayFormat
return String

EncodeInnerHtml public_oe property

public bool EncodeInnerHtml
return bool

ID public_oe property

public String ID
return String

IsPassword public_oe property

public Boolean,System IsPassword
return System.Boolean

OnClickScript public_oe property

public string OnClickScript
return string

Placeholder public_oe property

public String Placeholder
return String

RowCount public_oe property

public int RowCount
return int

TextOnly public_oe property

public Boolean,System TextOnly
return System.Boolean