Binds data from the data source to the control.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll)
Version: 4.4.1357.0 (4.4.1357.0)
Syntax
| C# |
|---|
protected override void PerformDataBinding( IEnumerable retrievedData ) |
| Visual Basic (Declaration) |
|---|
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.