The DualListBox type exposes the following members.

Constructors

  Name Description
Public method DualListBox
Initializes a new instance of the DualListBox class

Methods

  Name Description
Public method BindLeft
Bind left list box Note: First set LeftDataSource
Public method BindRight
Bind right list box Note: First set RightDataSource
Public method LoadPostData
Load posted data from Right list box Note: Call this method inside LoadPostData method on Page instance
Protected method OnInit (Overrides UserControlBaseOnInit(EventArgs).)
Protected method OnLoad (Overrides Control..::..OnLoad(EventArgs).)
Protected method OnPreRender (Overrides Control..::..OnPreRender(EventArgs).)
Public method RaisePostDataChangedEvent

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field addImg
addImg control.
Protected field labLeftFooterText
labLeftFooterText control.
Protected field labLeftHeaderText
labLeftHeaderText control.
Protected field labMaxErrorMessage
labMaxErrorMessage control.
Protected field labMinErrorMessage
labMinErrorMessage control.
Protected field labMinItemsRequired
labMinItemsRequired control.
Protected field labRightFooterText
labRightFooterText control.
Protected field labRightHeaderText
labRightHeaderText control.
Protected field lbLeft
lbLeft control.
Protected field lbRight
lbRight control.
Protected field removeImg
removeImg control.
Protected field reorderLeftDown
reorderLeftDown control.
Protected field reorderLeftUp
reorderLeftUp control.
Protected field reorderRightDown
reorderRightDown control.
Protected field reorderRightUp
reorderRightUp control.
Protected field rowLeftReorder
rowLeftReorder control.
Protected field rowRightReorder
rowRightReorder control.

Properties

  Name Description
Public property DualListTextCssClass
Get or set dual list text css class
Public property Enabled
Public property HasNoPreference
Set to true if No preference (Nothing) is needed
Public property LeftDataSource
Left list box datasource
Public property LeftDataTextField
Left list box data text field
Public property LeftDataValueField
Left list box data value field
Public property LeftFooterText
Left list box footer text
Public property LeftHeaderText
Left list box header text
Public property LeftImageReorderDownToolTip
Get or set left image reorder down tool tip
Public property LeftImageReorderDownUrl
Get or set left reorder down image url
Public property LeftImageReorderDownUrlHover
Get or set left reorder down image hover url
Public property LeftImageReorderUpToolTip
Get or set left image reorder up tool tip
Public property LeftImageReorderUpUrl
Get or set left reorder up image url
Public property LeftImageReorderUpUrlHover
Get or set left reorder up hover image url
Public property LeftImageUrl
Get or set left image url
Public property LeftImageUrlHover
Get or set left image hover url
Public property LeftRows
Left list box Rows (Default=5)
Public property LeftSelectionMode
Left list box selection mode (Default=Multiple)
Public property LeftWidth
Left list box Width (Default=170)
Public property MaxDestinationErrorMessage
Maximum number of items in destination (Right) list box reached error message
Public property MaxDestinationItems
Maximum number of items in destination (Right) list box
Public property MinDestinationErrorMessage
Minimum number of items in destination (Right) list box reached error message
Public property MinDestinationItems
Minimum number of items in destination (Right) list box
Public property MinItemsRequiredErrorMessage
Minimum number of items required in (Right) list box error message
Public property NoPreferenceText
No preference item text
Public property NoPreferenceValue
No preference item value
Public property PostBackControls
Controls that causes a PostBack/CallBack on page where DualListBox resides Note: Controls needs to be of WebControl type (At least one WebControl is required!)
Public property RightDataSource
Right list box data source
Public property RightDataTextField
Right list box data text field
Public property RightDataValueField
Right list box data value field
Public property RightFooterText
Right list box footer text
Public property RightHeaderText
Right list box header text
Public property RightImageReorderDownToolTip
Get or set Right image reorder down tool tip
Public property RightImageReorderDownUrl
Get or set Right reorder down image url
Public property RightImageReorderDownUrlHover
Get or set Right reorder down image hover url
Public property RightImageReorderUpToolTip
Get or set Right image reorder up tool tip
Public property RightImageReorderUpUrl
Get or set Right reorder up image url
Public property RightImageReorderUpUrlHover
Get or set Right reorder up hover image url
Public property RightImageUrl
Add image url
Public property RightImageUrlHover
Add hover image url
Public property RightRows
Right list box Rows (Default=5)
Public property RightSelectionMode
Right list box selection mode (Default=Multiple)
Public property RightWidth
Right list box Width (Default=170)
Public property ShowLeftReorder
Get or set if left reorder buttons are shown
Public property ShowRightReorder
Get or set if right reorder buttons are shown

Events

  Name Description
Public event OnLoadPostData
Event that is raised in LoadPostData event (Required)

See Also