CompositeDataBoundControl.PerformDataBinding(IEnumerable) Method

Definition

Binds the data from the data source to the composite data-bound control.

protected public:
 override void PerformDataBinding(System::Collections::IEnumerable ^ data);
protected internal override void PerformDataBinding (System.Collections.IEnumerable data);
override this.PerformDataBinding : System.Collections.IEnumerable -> unit
Protected Friend Overrides Sub PerformDataBinding (data As IEnumerable)

Parameters

data
IEnumerable

An IEnumerable that contains the values to bind to the composite data-bound control.

Remarks

The PerformDataBinding method is a helper method that is used by classes that derive from the CompositeDataBoundControl class to bind the data from the data source to the composite data-bound control.

Applies to

See also