Glossary Item Box
You can use design time in Visual Studio to populate your instance of DualSelectBox with data from a declarative source.
When the data source is configured, the DataSourceID property drop-down are automatically populated. You can select the ID of the newly configured data source from the DataSourceID drop-down.

Set next properties:
DataTextField - for Text property of the item.
DataValueField - for Value property of the item.
DataSelectedField - for Selected property of the item.
DataPreSelectedField - for PreSelected property of the item.
DataDescriptionField - for Description property of the item.
DataToolTipField - for Tooltip property of the item.
| See Also |
Controls: DualSelectBox