Click or drag to resize

CustomizePropertiesEventArgsColumnsToDisplay Property

Gets a modifiable list of shell columns to be displayed. This list is pre-populated with the default columns for the item. The event handler can clear, add to, or reorder this list.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public Collection<SHCOLUMNID> ColumnsToDisplay { get; }

Property Value

CollectionSHCOLUMNID
See Also