Class DualListBox
Inheritance
System.Object
DualListBox
Implements
IPostBackEventHandler
IPostBackDataHandler
Assembly: DotNetNuke.dll
Syntax
public class DualListBox : WebControl
Constructors
|
Improve this Doc
View Source
DualListBox()
Declaration
Properties
|
Improve this Doc
View Source
AddAllImageURL
Declaration
public string AddAllImageURL { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AddAllKey
Declaration
public string AddAllKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AddAllText
Declaration
public string AddAllText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AddImageURL
Declaration
public string AddImageURL { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AddKey
Declaration
public string AddKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AddText
Declaration
public string AddText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AvailableDataSource
Declaration
public object AvailableDataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
AvailableListBoxStyle
Gets the value of the Available List Box Style.
Declaration
public Style AvailableListBoxStyle { get; }
Property Value
Type |
Description |
Style |
A Style object.
|
|
Improve this Doc
View Source
Gets the value of the Button Style.
Declaration
public Style ButtonStyle { get; }
Property Value
Type |
Description |
Style |
A Style object.
|
|
Improve this Doc
View Source
CausesValidation
Declaration
public bool CausesValidation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ContainerStyle
Gets the value of the Container Style.
Declaration
public TableStyle ContainerStyle { get; }
Property Value
Type |
Description |
TableStyle |
A Style object.
|
|
Improve this Doc
View Source
DataTextField
Declaration
public string DataTextField { set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DataValueField
Declaration
public string DataValueField { set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gets the value of the Header Style.
Declaration
public Style HeaderStyle { get; }
Property Value
Type |
Description |
Style |
A Style object.
|
|
Improve this Doc
View Source
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RemoveAllImageURL
Declaration
public string RemoveAllImageURL { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RemoveAllKey
Declaration
public string RemoveAllKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RemoveAllText
Declaration
public string RemoveAllText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RemoveImageURL
Declaration
public string RemoveImageURL { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RemoveKey
Declaration
public string RemoveKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RemoveText
Declaration
public string RemoveText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SelectedDataSource
Declaration
public object SelectedDataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SelectedListBoxStyle
Gets the value of the Selected List Box Style.
Declaration
public Style SelectedListBoxStyle { get; }
Property Value
Type |
Description |
Style |
A Style object.
|
|
Improve this Doc
View Source
Declaration
public bool ShowAddAllButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShowAddButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShowRemoveAllButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShowRemoveButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TagKey
Declaration
protected override HtmlTextWriterTag TagKey { get; }
Property Value
Type |
Description |
HtmlTextWriterTag |
|
|
Improve this Doc
View Source
ValidationGroup
Declaration
public string ValidationGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPostBackOptions(String)
Declaration
protected virtual PostBackOptions GetPostBackOptions(string argument)
Parameters
Type |
Name |
Description |
System.String |
argument |
|
Returns
Type |
Description |
PostBackOptions |
|
|
Improve this Doc
View Source
LoadPostData(String, NameValueCollection)
Declaration
public bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Type |
Name |
Description |
System.String |
postDataKey |
|
NameValueCollection |
postCollection |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
protected void OnAddAllButtonClick(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
|
Improve this Doc
View Source
Declaration
protected void OnAddButtonClick(DualListBoxEventArgs e)
Parameters
|
Improve this Doc
View Source
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
|
Improve this Doc
View Source
Declaration
protected void OnRemoveAllButtonClick(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
|
Improve this Doc
View Source
Declaration
protected void OnRemoveButtonClick(DualListBoxEventArgs e)
Parameters
|
Improve this Doc
View Source
RaisePostBackEvent(String)
Declaration
public void RaisePostBackEvent(string eventArgument)
Parameters
Type |
Name |
Description |
System.String |
eventArgument |
|
|
Improve this Doc
View Source
RaisePostDataChangedEvent()
Declaration
public void RaisePostDataChangedEvent()
|
Improve this Doc
View Source
RenderContents(HtmlTextWriter)
Declaration
protected override void RenderContents(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
HtmlTextWriter |
writer |
|
Events
|
Improve this Doc
View Source
Declaration
public event EventHandler AddAllButtonClick
Event Type
Type |
Description |
EventHandler |
|
|
Improve this Doc
View Source
Declaration
public event DualListBoxEventHandler AddButtonClick
Event Type
|
Improve this Doc
View Source
Declaration
public event EventHandler RemoveAllButtonClick
Event Type
Type |
Description |
EventHandler |
|
|
Improve this Doc
View Source
Declaration
public event DualListBoxEventHandler RemoveButtonClick
Event Type
Implements
IPostBackEventHandler
IPostBackDataHandler
Extension Methods