Version

DataBindings Property (HierarchicalDataBoundControlMain)

The collection of DataBinding objects that control how each type of xml node is mapped to an item in the control. Each DataBinding object in the DataBindings collection controls one type of xml node based on the DataMember property. The DataMember property identifies the Tag name within the xml datasource to which the DataBinding is applied.
Syntax
'Declaration
 
Public Overridable ReadOnly Property DataBindings As DataBindingCollection
public virtual DataBindingCollection DataBindings {get;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also