SPTreeView.UseInternalDataBindings Property
Gets or sets the Boolean value indicating whether to use internal data bindings.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property UseInternalDataBindings As Boolean
Get
Set
'Usage
Dim instance As SPTreeView
Dim value As Boolean
value = instance.UseInternalDataBindings
instance.UseInternalDataBindings = value
public bool UseInternalDataBindings { get; set; }
Property Value
Type: System.Boolean
Remarks
These data bindings can also be specified declaratively in the control on the page. While it is anticipated that UseInternalDataBindings is set to true, if it is set to false different bindings could be set on the control on the page.