Click or drag to resize

CustomFileListTItems Property

Gets a collection containing all items in the control.

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

Return Value

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