BCGControlBar Library for .NET
ParentNode Property




Gets or sets parent node (parent group row) in Group Mode.
Syntax
'Declaration
 
Public Property ParentNode As GridDataRow
'Usage
 
Dim instance As GridDataRow
Dim value As GridDataRow
 
instance.ParentNode = value
 
value = instance.ParentNode
public GridDataRow ParentNode {get; set;}
public: __property GridDataRow* get_ParentNode();
public: __property void set_ParentNode( 
   GridDataRow* value
);
public:
property GridDataRow^ ParentNode {
   GridDataRow^ get();
   void set (    GridDataRow^ value);
}
Remarks
This property is null for all rows when the grid data is not grouped. It's also null for root nodes in Group Mode.
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

GridDataRow Class
GridDataRow Members

Send Feedback