| Visual Basic (Declaration) | |
|---|---|
Public Property ValuePath As String | |
| C# | |
|---|---|
public string ValuePath {get; set;} | |
Return Value
A string representing the path to access the value of a property for an item in a DataGridCollectionView. If a path is not specified, an attempt to use Name will be made.Specifying a ValuePath and/or ValueXPath rather than using a PropertyDescriptor will have a slight impact on performance.
Supported Frameworks: Microsoft .NET Framework version 3.5