Click or drag to resize
IFdfControlFill Method
Represents a data-binding stage, when control gets filled with external data. At this stage external data is possibly pre-processed and suited to the control itself.

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
void Fill()
Remarks
This method can be called either from the control's initializer or from the outside. During run-time, it implicitly clears control before taking any further action.
See Also