Click or drag to resize

PROPDESC_GROUPING_RANGE Enumeration

Defines the grouping method to be used when a view is grouped by a property, and retrieves the grouping type.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum PROPDESC_GROUPING_RANGE
Members
  Member nameValueDescription
PDGR_DISCRETE0 Displays individual values.
PDGR_ALPHANUMERIC1 Displays static alphanumeric ranges.
PDGR_SIZE2 Displays static size ranges.
PDGR_DYNAMIC3 Displays dynamically created ranges.
PDGR_DATE4 Displays month and year groups.
PDGR_PERCENT5 Displays percent groups.
PDGR_ENUMERATED6 Displays enumerated type-list.
See Also