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 public enum PROPDESC_GROUPING_RANGE
Members
| Member name | Value | Description |
---|
| PDGR_DISCRETE | 0 |
Displays individual values.
|
| PDGR_ALPHANUMERIC | 1 |
Displays static alphanumeric ranges.
|
| PDGR_SIZE | 2 |
Displays static size ranges.
|
| PDGR_DYNAMIC | 3 |
Displays dynamically created ranges.
|
| PDGR_DATE | 4 |
Displays month and year groups.
|
| PDGR_PERCENT | 5 |
Displays percent groups.
|
| PDGR_ENUMERATED | 6 |
Displays enumerated type-list.
|
See Also