Class DualListControl
Inheritance
System.Object
DualListControl
Assembly: DotNetNuke.dll
Syntax
public abstract class DualListControl : UserControlBase
Fields
|
Improve this Doc
View Source
cmdAdd
Declaration
protected LinkButton cmdAdd
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
cmdAddAll
Declaration
protected LinkButton cmdAddAll
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
cmdRemove
Declaration
protected LinkButton cmdRemove
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
cmdRemoveAll
Declaration
protected LinkButton cmdRemoveAll
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
Label1
Declaration
Field Value
|
Improve this Doc
View Source
Label2
Declaration
Field Value
|
Improve this Doc
View Source
lstAssigned
Declaration
protected ListBox lstAssigned
Field Value
|
Improve this Doc
View Source
lstAvailable
Declaration
protected ListBox lstAvailable
Field Value
Properties
|
Improve this Doc
View Source
Assigned
Declaration
public ArrayList Assigned { get; set; }
Property Value
Type |
Description |
ArrayList |
|
|
Improve this Doc
View Source
Available
Declaration
public ArrayList Available { get; set; }
Property Value
Type |
Description |
ArrayList |
|
|
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
Enabled
Declaration
public bool Enabled { set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ListBoxHeight
Declaration
public string ListBoxHeight { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ListBoxWidth
Declaration
public string ListBoxWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
OnLoad(EventArgs)
The Page_Load server event handler on this page is used to populate the role information for the page.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
Extension Methods