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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int GroupSubsetCount { get; set; }
Property Value
Type:
Int32
The group subset count.
See Also