SPGridView.CreateChildControls Method (IEnumerable, Boolean)
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function CreateChildControls ( _
dataSource As IEnumerable, _
dataBinding As Boolean _
) As Integer
'Usage
Dim dataSource As IEnumerable
Dim dataBinding As Boolean
Dim returnValue As Integer
returnValue = Me.CreateChildControls(dataSource, _
dataBinding)
protected override int CreateChildControls(
IEnumerable dataSource,
bool dataBinding
)
Parameters
dataSource
Type: System.Collections.IEnumerableData source
dataBinding
Type: System.BooleanData binding
Return Value
Type: System.Int32