The DataGridView will automatically show ALL public properties of your Node class. So you could do as musefan has suggested, or a possible alternative is to create a new class 'GriddableNode' which holds only the properties you wish to display, then create a list of some sort to use as the datasource for the DataGridView. OR you could edit the columns of the DataGridView, use the SmartTag for the gridview in the designer.
Henry Minute If you open a can of worms, any viable solution *MUST* involve a larger can.