Infragistics2.Win.UltraWinTree.v8.1
SetDataBinding Method
See Also 
Infragistics.Win.UltraWinTree Namespace > TreeNodesCollection Class : SetDataBinding Method

dataSource
The source of data for the nodes of this collection.
dataMember
Indicates a sub-list of the data source.
Sets the datasource and datamember for the control in one atomic operation.

Syntax

Visual Basic (Declaration) 
Public Sub SetDataBinding( _
   ByVal dataSource As Object, _
   ByVal dataMember As String _
) 
C# 
public void SetDataBinding( 
   object dataSource,
   string dataMember
)

Parameters

dataSource
The source of data for the nodes of this collection.
dataMember
Indicates a sub-list of the data source.

See Also