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

Gets or sets the XPath query that returns the value on the XML binding source to use

Syntax

Visual Basic (Declaration) 
Public Property ValueXPath As String
C# 
public string ValueXPath {get; set;}

Return Value

The XPath query that returns the value on the XML binding source to use

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