DataNode.Node property

Gets the currently select node.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public ReadOnly Property Node As XmlNode
    Get
'Usage
Dim instance As DataNode
Dim value As XmlNode

value = instance.Node
public XmlNode Node { get; }

Property value

Type: System.Xml.XmlNode
The current XmlNode object.

See also

Reference

DataNode class

DataNode members

Microsoft.Web.CommandUI namespace