C# Class XAF_Bootstrap.Controls.XafBootstrapStringEdit

Inheritance: XafBootstrapBaseControl
Show file 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 property

public String AddonLeft
return String

AddonRight public property

public String AddonRight
return String

EncodeInnerHtml public property

public bool EncodeInnerHtml
return bool

ID public property

public String ID
return String

IsPassword public property

public Boolean,System IsPassword
return System.Boolean

Placeholder public property

public String Placeholder
return String

RowCount public property

public int RowCount
return int

TextOnly public property

public Boolean TextOnly
return Boolean