C# Class XAF_Bootstrap.Controls.XafBootstrapTagSelector

Inheritance: System.Web.UI.WebControls.WebControl
显示文件 Open project: Terricks/XAFBootstrap Class Usage Examples

Public Properties

Property Type Description
AllowAddCustomValues System.Boolean
AllowSelectValues System.Boolean
Delimeter String
DisplayDelimeter String
EmptyText String
ID String
Items XafBootstrapTagSelectorItems
OnCallback CallbackEventHandler
OnClickScript string
PropertyName String
SelectedItem XafBootstrapTagSelectorItem
TextOnly System.Boolean

Private Properties

Property Type Description

Public Methods

Method Description
InitHandler ( String HandlerID ) : void
InnerRender ( ) : String
TextEqualValues ( ) : System.Boolean
XafBootstrapTagSelector ( ) : System

Protected Methods

Method Description
Handler_OnCallback ( object source, 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

Handler_OnCallback() protected method

protected Handler_OnCallback ( object source, DevExpress e ) : void
source object
e DevExpress
return void

InitHandler() public method

public InitHandler ( String HandlerID ) : void
HandlerID String
return void

InnerRender() public method

public InnerRender ( ) : String
return String

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

TextEqualValues() public method

public TextEqualValues ( ) : System.Boolean
return System.Boolean

XafBootstrapTagSelector() public method

public XafBootstrapTagSelector ( ) : System
return System

Property Details

AllowAddCustomValues public_oe property

public Boolean,System AllowAddCustomValues
return System.Boolean

AllowSelectValues public_oe property

public Boolean,System AllowSelectValues
return System.Boolean

Delimeter public_oe property

public String Delimeter
return String

DisplayDelimeter public_oe property

public String DisplayDelimeter
return String

EmptyText public_oe property

public String EmptyText
return String

ID public_oe property

public String ID
return String

Items public_oe property

public XafBootstrapTagSelectorItems,XAF_Bootstrap.Controls Items
return XafBootstrapTagSelectorItems

OnCallback public_oe property

public CallbackEventHandler OnCallback
return CallbackEventHandler

OnClickScript public_oe property

public string OnClickScript
return string

PropertyName public_oe property

public String PropertyName
return String

SelectedItem public_oe property

public XafBootstrapTagSelectorItem,XAF_Bootstrap.Controls SelectedItem
return XafBootstrapTagSelectorItem

TextOnly public_oe property

public Boolean,System TextOnly
return System.Boolean