This documentation is archived and is not being maintained.
PropertySort Enumeration
.NET Framework 1.1
Specifies how properties are sorted in the PropertyGrid.
[Visual Basic] <Serializable> <ComVisible(True)> Public Enum PropertySort [C#] [Serializable] [ComVisible(true)] public enum PropertySort [C++] [Serializable] [ComVisible(true)] __value public enum PropertySort [JScript] public Serializable ComVisible(true) enum PropertySort
Remarks
Use the members of this enumeration to set the value of the PropertySort property of the PropertyGrid.
Members
| Member name | Description |
|---|---|
| Alphabetical | Properties are sorted in an alphabetical list. |
| Categorized | Properties are displayed according to their category in a group. The categories are defined by the properties themselves. |
| CategorizedAlphabetical | Properties are displayed according to their category in a group. The properties are further sorted alphabetically within the group. The categories are defined by the properties themselves. |
| NoSort | Properties are displayed in the order in which they are retrieved from the TypeDescriptor. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: