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

Return Value

Type: System.Int32

See Also

Reference

SPGridView Class

SPGridView Members

CreateChildControls Overload

Microsoft.SharePoint.WebControls Namespace