looking for .NET component. . .

  • Thread starter Thread starter KenK
  • Start date Start date
K

KenK

Hi all,

I'm trying to find a component that will act sort of like Borland's RunTime
Inspector or DevExpress's Vertical Grid.

My goal is to parse an xml file and create a properties editor of that xml
file. The DevExpress vertical grid appears that it has to be bound to a
data component or a custom descendant thereof. That's much more elaborate
than I'm needing.

Thanks,
Ken
 
Ken,

See if the "PropertyGrid" control will do what you want - it is built into
the .NET framework.
 
sweet! I'll check it out. Just starting with .NET coming from borland
delphi environment, thus still getting familiar with what's available.

Thanks!
Ken
 
Back
Top