Xceed DataGrid for Silverlight Documentation
BindsDirectlyToSource Property


Gets or sets a value indicating whether the Path is evaluated relative to the data item or the data source.
Syntax
'Declaration
 
Public Property BindsDirectlyToSource As Boolean
'Usage
 
Dim instance As DataGridBindingInfo
Dim value As Boolean
 
instance.BindsDirectlyToSource = value
 
value = instance.BindsDirectlyToSource
public bool BindsDirectlyToSource {get; set;}

Property Value

false if the Path is evaluated relative to the data item; true if the Path is evaluated relative to the data source. By default, false.
Requirements

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

See Also

Reference

DataGridBindingInfo Class
DataGridBindingInfo Members

Send Feedback