HierarchicalDesigner.DataBind method
This member overrides HierarchicalDataBoundControlDesigner.DataBind(BaseDataBoundControl).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Protected Overrides Sub DataBind ( _
dataBoundControl As BaseDataBoundControl _
)
'Usage
Dim dataBoundControl As BaseDataBoundControl
Me.DataBind(dataBoundControl)
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
protected override void DataBind(
BaseDataBoundControl dataBoundControl
)
Parameters
- dataBoundControl
Type: System.Web.UI.WebControls.BaseDataBoundControl