Xml::XPathNavigator Property
.NET Framework (current version)
Gets or sets a cursor model for navigating and editing the XML data associated with the Xml control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property XPathNavigator^ XPathNavigator { XPathNavigator^ get(); void set(XPathNavigator^ value); }
This property can be used to associate an XPathNavigator object with the Xml control.
An XPathNavigator object is created from a class that implements the IXPathNavigable interface, such as the XPathDocument and XmlDocument classes. XPathNavigator objects created by XPathDocument objects are read-only, and XPathNavigator objects created by XmlDocument objects can be edited. An XPathNavigator object's read-only or editable status is determined using the CanEdit property of the XPathNavigator class.
.NET Framework
Available since 2.0
Available since 2.0
Show: