Click or drag to resize

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; }

Property Value

Type: CustomListBoxItemCollection

Return Value

Type: CustomListBoxItemCollection
Remarks