Xceed DataGrid for Silverlight Documentation
DataGridBindingInfo Constructor(String)


A string representing the path to the binding source property.
Initializes a new instance of the DataGridBindingInfo class specifying the path to the binding source property.
Syntax
'Declaration
 
Public Function New( _
   ByVal path As String _
)
'Usage
 
Dim path As String
 
Dim instance As New DataGridBindingInfo(path)
public DataGridBindingInfo( 
   string path
)

Parameters

path
A string representing the path to the binding source property.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridBindingInfo Class
DataGridBindingInfo Members
Overload List

Send Feedback