Version

Initialize Method (XPathDataNavigable)

Initializes the XML node.
Syntax

Parameters

owner
Owner of the object. Usually it's the WebDataGrid.
localName
Name of the node. That is how it's serialized in an XML document.
firstChild
Reference to the first child of the object.
firstSibling
Reference to the first sibling of the object.
nextSibling
Reference to the next sibling of the object.
prevSibling
Reference to the previous sibling of the object.
generateAttributes
Reference to the method that generates XML attrbutes.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also