RanorexRanorex Documentation
DescendantItems Property
NamespacesRanorexTreeItemDescendantItems
Gets all tree items contained in this subtree as a list.
Declaration Syntax
C#Visual BasicVisual C++
public IList<TreeItem> DescendantItems { get; }
Public ReadOnly Property DescendantItems As IList(Of TreeItem)
	Get
public:
property IList<TreeItem^>^ DescendantItems {
	IList<TreeItem^>^ get ();
}
Property Value
IList<(Of <(<'TreeItem>)>)>
The descendant tree items.

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)