VisibleItemPaths Property (WPFTreeView)

Class

WPFTreeView.

Action

Gets the visible items in the tree as item paths.

Syntax

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

Access

Read only.