Click or drag to resize

ComboboxDataSource 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 ComboboxItemCollection DataSource { get; set; }

Property Value

Type: ComboboxItemCollection

Return Value

Type: ComboboxItemCollection
Remarks