Reputation: 49
I m using devexpress tools and while using treelist i want to apply this. I want to add a row after every child node which could take text values and the size of the row should be stretched to the full width.How can i do this..?
Upvotes: 0
Views: 694
Reputation: 1690
What you are looking for is the Preview Section. This feature is well described in the documentation: Preview Section
The preview text can be supplied via event or bound to the datasource field. If the preview text is empty, the preview section is not painted. This behavior allows you to have the preview section only for specific nodes.
Upvotes: 1