Click or drag to resize

CustomFileListTItems Property

Gets a collection containing all items in the control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public JamBaseShellListViewShellListViewItemCollection<T> Items { get; }

Return Value

Type: JamBaseShellListViewShellListViewItemCollectionT
A JamBaseShellListViewShellListViewItemCollectionT that contains all the items in the CustomFileListT control.
See Also