Click or drag to resize

FolderViewItems Property

Gets all items in the view..

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerable<Item> Items { get; }

Property Value

Type: IEnumerableItem
The items in the view.
See Also