C# Class XAF_Bootstrap.Controls.XafBootstrapStringEdit

Inheritance: XafBootstrapBaseControl
Mostrar archivo Open project: Terricks/XAFBootstrap Class Usage Examples

Public Properties

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

Public Methods

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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Method Details

InnerRender() public method

public InnerRender ( ) : void
return void

OnInit() protected method

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

XafBootstrapStringEdit() public method

public XafBootstrapStringEdit ( ) : System
return System

Property Details

AddonLeft public_oe property

public String AddonLeft
return String

AddonRight public_oe property

public String AddonRight
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

Placeholder public_oe property

public String Placeholder
return String

RowCount public_oe property

public int RowCount
return int

TextOnly public_oe property

public Boolean TextOnly
return Boolean