Binds data from the data source to the control.
Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll)
Version: 4.0.1172.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
- IEnumerable
The IEnumerable list of data returned from a PerformSelect()() method call.
See Also
DayPilotCalendar Class
DayPilot.Web.Ui Namespace