VisibleItemPaths Property (Tree)

Class

Tree.

Action

Gets a list of visible items in the tree (including all children).

Syntax

C#
protected List(Of ItemPath) VisibleItemPaths { get; }
VB
'Declaration
Protected Read Property VisibleItemPaths As List(Of ItemPath)

Access

Read only.