Click or drag to resize

GetFolderSettingsEventArgsGroupSubsetCount Property

Gets or sets the group subset count. If the value is 0, subsetting is turned off. If the value is greater than 0, group subsetting is turned on and the value sets the number of visible rows of items in each group.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int GroupSubsetCount { get; set; }

Property Value

Type: Int32
The group subset count.
See Also