Version

GetTextNode Method (GridRecordItem)

Overriden. Initializes and returns a text node of the record item. The node contains attributes and the text value need for rendering of the record item.
Syntax
'Declaration
 
Protected Overrides Function GetTextNode() As IXPathDataNavigableObject
protected override IXPathDataNavigableObject GetTextNode()

Return Value

XML text node representing the record item.
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