| CustomListBoxDataSource Property |
Gets or sets the object from which the data-bound control retrieves its list of data items.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
public virtual CustomListBoxItemCollection DataSource { get; set; }
<BindableAttribute(true)>
Public Overridable Property DataSource As CustomListBoxItemCollection
Get
Set
Property Value
Type:
CustomListBoxItemCollectionReturn Value
Type:
CustomListBoxItemCollectionRemarks See Also