Show / Hide Table of Contents

Class DualListBox

Inheritance
object
Control
WebControl
DualListBox
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
IPostBackEventHandler
IPostBackDataHandler
Inherited Members
WebControl.AddAttributesToRender(HtmlTextWriter)
WebControl.ApplyStyle(Style)
WebControl.CopyBaseAttributes(WebControl)
WebControl.CreateControlStyle()
WebControl.LoadViewState(object)
WebControl.TrackViewState()
WebControl.MergeStyle(Style)
WebControl.Render(HtmlTextWriter)
WebControl.RenderBeginTag(HtmlTextWriter)
WebControl.RenderEndTag(HtmlTextWriter)
WebControl.SaveViewState()
WebControl.AccessKey
WebControl.Attributes
WebControl.BackColor
WebControl.BorderColor
WebControl.BorderWidth
WebControl.BorderStyle
WebControl.ControlStyle
WebControl.ControlStyleCreated
WebControl.CssClass
WebControl.DisabledCssClass
WebControl.Style
WebControl.Enabled
WebControl.EnableTheming
WebControl.Font
WebControl.ForeColor
WebControl.HasAttributes
WebControl.Height
WebControl.IsEnabled
WebControl.SupportsDisabledAttribute
WebControl.SkinID
WebControl.TabIndex
WebControl.TagName
WebControl.ToolTip
WebControl.Width
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.OnInit(EventArgs)
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnLoad(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.CreateChildControls()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DualListBox : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackEventHandler, IPostBackDataHandler

Constructors

DualListBox()

Declaration
public DualListBox()

Properties

AddAllImageURL

Declaration
public string AddAllImageURL { get; set; }
Property Value
Type Description
string

AddAllKey

Declaration
public string AddAllKey { get; set; }
Property Value
Type Description
string

AddAllText

Declaration
public string AddAllText { get; set; }
Property Value
Type Description
string

AddImageURL

Declaration
public string AddImageURL { get; set; }
Property Value
Type Description
string

AddKey

Declaration
public string AddKey { get; set; }
Property Value
Type Description
string

AddText

Declaration
public string AddText { get; set; }
Property Value
Type Description
string

AvailableDataSource

Declaration
public object AvailableDataSource { get; set; }
Property Value
Type Description
object

AvailableListBoxStyle

Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style AvailableListBoxStyle { get; }
Property Value
Type Description
Style

ButtonStyle

Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style ButtonStyle { get; }
Property Value
Type Description
Style

CausesValidation

Declaration
public bool CausesValidation { get; set; }
Property Value
Type Description
bool

ContainerStyle

Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public TableStyle ContainerStyle { get; }
Property Value
Type Description
TableStyle

DataTextField

Declaration
public string DataTextField { set; }
Property Value
Type Description
string

DataValueField

Declaration
public string DataValueField { set; }
Property Value
Type Description
string

HeaderStyle

Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style HeaderStyle { get; }
Property Value
Type Description
Style

LocalResourceFile

Declaration
public string LocalResourceFile { get; set; }
Property Value
Type Description
string

RemoveAllImageURL

Declaration
public string RemoveAllImageURL { get; set; }
Property Value
Type Description
string

RemoveAllKey

Declaration
public string RemoveAllKey { get; set; }
Property Value
Type Description
string

RemoveAllText

Declaration
public string RemoveAllText { get; set; }
Property Value
Type Description
string

RemoveImageURL

Declaration
public string RemoveImageURL { get; set; }
Property Value
Type Description
string

RemoveKey

Declaration
public string RemoveKey { get; set; }
Property Value
Type Description
string

RemoveText

Declaration
public string RemoveText { get; set; }
Property Value
Type Description
string

SelectedDataSource

Declaration
public object SelectedDataSource { get; set; }
Property Value
Type Description
object

SelectedListBoxStyle

Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style SelectedListBoxStyle { get; }
Property Value
Type Description
Style

ShowAddAllButton

Declaration
public bool ShowAddAllButton { get; set; }
Property Value
Type Description
bool

ShowAddButton

Declaration
public bool ShowAddButton { get; set; }
Property Value
Type Description
bool

ShowRemoveAllButton

Declaration
public bool ShowRemoveAllButton { get; set; }
Property Value
Type Description
bool

ShowRemoveButton

Declaration
public bool ShowRemoveButton { get; set; }
Property Value
Type Description
bool

TagKey

Declaration
protected override HtmlTextWriterTag TagKey { get; }
Property Value
Type Description
HtmlTextWriterTag
Overrides
WebControl.TagKey

ValidationGroup

Declaration
public string ValidationGroup { get; set; }
Property Value
Type Description
string

Methods

GetPostBackOptions(string)

Declaration
protected virtual PostBackOptions GetPostBackOptions(string argument)
Parameters
Type Name Description
string argument
Returns
Type Description
PostBackOptions

LoadPostData(string, NameValueCollection)

Declaration
public bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Type Name Description
string postDataKey
NameValueCollection postCollection
Returns
Type Description
bool

OnAddAllButtonClick(EventArgs)

Declaration
protected void OnAddAllButtonClick(EventArgs e)
Parameters
Type Name Description
EventArgs e

OnAddButtonClick(DualListBoxEventArgs)

Declaration
protected void OnAddButtonClick(DualListBoxEventArgs e)
Parameters
Type Name Description
DualListBoxEventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnPreRender(EventArgs)

OnRemoveAllButtonClick(EventArgs)

Declaration
protected void OnRemoveAllButtonClick(EventArgs e)
Parameters
Type Name Description
EventArgs e

OnRemoveButtonClick(DualListBoxEventArgs)

Declaration
protected void OnRemoveButtonClick(DualListBoxEventArgs e)
Parameters
Type Name Description
DualListBoxEventArgs e

RaisePostBackEvent(string)

Declaration
public void RaisePostBackEvent(string eventArgument)
Parameters
Type Name Description
string eventArgument

RaisePostDataChangedEvent()

Declaration
public void RaisePostDataChangedEvent()

RenderContents(HtmlTextWriter)

Declaration
protected override void RenderContents(HtmlTextWriter writer)
Parameters
Type Name Description
HtmlTextWriter writer
Overrides
WebControl.RenderContents(HtmlTextWriter)

Events

AddAllButtonClick

Declaration
public event EventHandler AddAllButtonClick
Event Type
Type Description
EventHandler

AddButtonClick

Declaration
public event DualListBoxEventHandler AddButtonClick
Event Type
Type Description
DualListBoxEventHandler

RemoveAllButtonClick

Declaration
public event EventHandler RemoveAllButtonClick
Event Type
Type Description
EventHandler

RemoveButtonClick

Declaration
public event DualListBoxEventHandler RemoveButtonClick
Event Type
Type Description
DualListBoxEventHandler

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
IPostBackEventHandler
IPostBackDataHandler

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS