Getting the value of TreeList in DevExpress
C#
2
Posts
2
Posters
0
Views
1
Watching
-
for (int num = 0; num < treeList1.ViewInfo.RowsInfo.Rows.Count; num++)
{
//Record detail row
}All people for me query as a way that get the value of each line in TreeList, thanks. :(
-
for (int num = 0; num < treeList1.ViewInfo.RowsInfo.Rows.Count; num++)
{
//Record detail row
}All people for me query as a way that get the value of each line in TreeList, thanks. :(