Hi all,
I am reading from an xml file and using the data from that file to populate a propertyGrid. My question is this, how can i skip over the root element's attributes in the xml file so that it is not presented in my propertyGrid?
Printable View
Hi all,
I am reading from an xml file and using the data from that file to populate a propertyGrid. My question is this, how can i skip over the root element's attributes in the xml file so that it is not presented in my propertyGrid?
Create an XML Element object based on the root- it will pull in everything under the root.