Click or drag to resize

JamBaseShellListViewColumns Property

Gets the collection of all column headers that appear in the control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public IJamShellColumnCollection Columns { get; }

Return Value

Type: IJamShellColumnCollection
A IJamShellColumnCollection that represents the column headers that appear when the View property is set to Details.
See Also