Binds data from the data source to the control.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.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.