Click or drag to resize

FolderViewGroupByKey Property

Get or sets the PropertyKey used for grouping items in the folder display.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public PropertyKey? GroupByKey { get; set; }

Property Value

Type: NullablePropertyKey
The sort PropertyKey.
See Also