_PROPERTYGRIDSORT Enumeration

 

Defines the sort order of the property grid.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

public enum _PROPERTYGRIDSORT

Member nameDescription
PGSORT_ALPHABETICAL

Alphabetical sort order.

PGSORT_CATEGORIZED

Sort by categories.

PGSORT_NOSORT

No sorting.

Return to top
Show: