简体   繁体   中英

How to make a TreeView in DevExpress?

I have a problem in revealing my data in treeview. I want to use a dataset to make an automatic childnode for the treeview. I want two columns 1st col is were the name of the payment then the other is for payment.

How can i do that? Please help me. Thank you in advance...

A treeview is more for a hierarchical structure, with child and parent nodes. It sounds like you need more of a table, which can be done more easily with a DataGridView.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM