Gets all tree items contained in this subtree as a list.
| C# | Visual Basic | Visual C++ |
public IList<TreeItem> DescendantItems { get; }
Public ReadOnly Property DescendantItems As IList(Of TreeItem) Get
public: property IList<TreeItem^>^ DescendantItems { IList<TreeItem^>^ get (); }
Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)