When overridden in a derived class, binds data from the data source to the control.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
protected override void PerformDataBinding(
	IEnumerable dataSource
)
Visual Basic (Declaration)
Protected Overrides Sub PerformDataBinding ( _
	dataSource As IEnumerable _
)

Parameters

dataSource
Type: System.Collections..::..IEnumerable
The IEnumerable list of data returned from a PerformSelect()()()() method call.

See Also