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.2
Syntax
public JamBaseShellListViewShellListViewItemCollection<T> Items { get; }

Return Value

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