Xceed DataGrid for Silverlight Documentation
Path Property


Gets or sets the path to the binding source property.
Syntax
'Declaration
 
<TypeConverterAttribute("System.Windows.PropertyPathConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")>
Public Property Path As PropertyPath
'Usage
 
Dim instance As DataGridBindingInfo
Dim value As PropertyPath
 
instance.Path = value
 
value = instance.Path
[TypeConverterAttribute("System.Windows.PropertyPathConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")]
public PropertyPath Path {get; set;}

Property Value

A PropertyPath representing the path to the binding source property. By default, a null reference (Nothing in Visual Basic).
Requirements

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

See Also

Reference

DataGridBindingInfo Class
DataGridBindingInfo Members

Send Feedback