DVDropDownList.PerformDataBinding method
This member overrides ListControl.PerformDataBinding(IEnumerable).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub PerformDataBinding ( _
dataSource As IEnumerable _
)
'Usage
Dim dataSource As IEnumerable
Me.PerformDataBinding(dataSource)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void PerformDataBinding(
IEnumerable dataSource
)
Parameters
- dataSource
Type: System.Collections.IEnumerable