_PROPERTYGRIDSORT Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the sort order of the property grid.
public enum class _PROPERTYGRIDSORT
public enum class _PROPERTYGRIDSORT
enum _PROPERTYGRIDSORT
public enum _PROPERTYGRIDSORT
type _PROPERTYGRIDSORT =
Public Enum _PROPERTYGRIDSORT
- Inheritance
-
_PROPERTYGRIDSORT
Fields
Name | Value | Description |
---|---|---|
PGSORT_NOSORT | 0 | No sorting. |
PGSORT_ALPHABETICAL | 1 | Alphabetical sort order. |
PGSORT_CATEGORIZED | 2 | Sort by categories. |