11-14-2014, 12:49 PM
I'm trying to access the native properties of a DevExpress.XtraTreeList.TreeList, every property I've tried to use to get the node count causes the AUT to crash.
The error thrown is a general error. Sometimes it works but it seems that most of the time the AUT will crash.
Properties I've tried include:
It seems that they all return the correct values.
Any advice would be much appreciated.
The error thrown is a general error. Sometimes it works but it seems that most of the time the AUT will crash.
Properties I've tried include:
Code:
Object.ViewInfo.RowsInfo.Rows.Count
Object.Nodes.Count
Object.VisibleNodesCount
Object.AllNodesCount
It seems that they all return the correct values.
Any advice would be much appreciated.