Binds data from the data source to the control.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
protected override void PerformDataBinding( IEnumerable retrievedData ) |
| Visual Basic |
|---|
Protected Overrides Sub PerformDataBinding ( _ retrievedData As IEnumerable _ ) |
| Visual C++ |
|---|
protected: virtual void PerformDataBinding( IEnumerable^ retrievedData ) override |
Parameters
- retrievedData
- Type: System.Collections..::..IEnumerable
The IEnumerable list of data returned from a PerformSelect()()()() method call.