ValuePath Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridItemProperty Class : ValuePath Property

Gets or sets the path to access the value of a property for an item in a DataGridCollectionView.

Syntax

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.

Notes

Specifying a ValuePath and/or ValueXPath rather than using a PropertyDescriptor will have a slight impact on performance.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also