DVListBox.PerformDataBinding Method
This member overrides ListControl.PerformDataBinding(IEnumerable).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub PerformDataBinding ( _
dataSource As IEnumerable _
)
'Usage
Dim dataSource As IEnumerable
Me.PerformDataBinding(dataSource)
protected override void PerformDataBinding(
IEnumerable dataSource
)
Parameters
- dataSource
Type: System.Collections.IEnumerable