DVCheckBoxList.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

See also

Reference

DVCheckBoxList class

DVCheckBoxList members

Microsoft.SharePoint.WebControls namespace