FlexGrid for WinForms
Node Property



Gets the Node object associated with this row.
Syntax
'Declaration
 
Public ReadOnly Property Node As Node
'Usage
 
Dim instance As Row
Dim value As Node
 
value = instance.Node
public Node Node {get;}
public:
property Node^ Node {
   Node^ get();
}
Remarks

If the row is a node (see the IsNode property), this property returns a Node object that can be used to collapse or expand the node, set its level within the outline tree, etc.

If the row is not a node, this property gets the row's parent node.

Requirements

Target Platforms: 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

Reference

Row Class
Row Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback