FlexPivot for WinForms
Node プロパティ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Row クラス : Node プロパティ
Gets the Node object associated with this row.
シンタックス
'宣言
 
Public ReadOnly Property Node As Node
public Node Node {get;}
解説

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.

参照

Row クラス
Row メンバ