C# Class XAF_Bootstrap.Controls.XafBootstrapNumericEdit

Inheritance: XafBootstrapBaseControl
Afficher le fichier Open project: Terricks/XAFBootstrap Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
InnerRender ( ) : String
XafBootstrapNumericEdit ( ) : System

Méthodes protégées

Méthode 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 méthode

public InnerRender ( ) : String
Résultat String

OnCallback() protected méthode

protected OnCallback ( DevExpress e ) : void
e DevExpress
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

XafBootstrapNumericEdit() public méthode

public XafBootstrapNumericEdit ( ) : System
Résultat System

Property Details

AddonLeft public_oe property

public String AddonLeft
Résultat String

AddonRight public_oe property

public String AddonRight
Résultat String

CustomCallbackScript public_oe property

public String CustomCallbackScript
Résultat String

DisplayFormat public_oe property

public String DisplayFormat
Résultat String

EncodeInnerHtml public_oe property

public bool EncodeInnerHtml
Résultat bool

ID public_oe property

public String ID
Résultat String

IsPassword public_oe property

public Boolean,System IsPassword
Résultat System.Boolean

OnClickScript public_oe property

public string OnClickScript
Résultat string

Placeholder public_oe property

public String Placeholder
Résultat String

RowCount public_oe property

public int RowCount
Résultat int

TextOnly public_oe property

public Boolean,System TextOnly
Résultat System.Boolean