The DualListBox type exposes the following members.

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

See Also