C1.Silverlight.Extended Namespace : PropertySort Enumeration |
'Declaration
Public Enum PropertySort Inherits System.Enum
public enum PropertySort : System.Enum
Member | Description |
---|---|
Alphabetical | Properties are sorted in an alphabetical list. |
Categorized | Properties are displayed according to their category. |
CategorizedAlphabetical | Properties are displayed according to their category. The properties are further sorted alphabetically within the category. |
CategorizedCustom | Properties are displayed according to their category. The properties are further sorted according to the order assigned by the user. |
Custom | Properties are displayed according to the order assigned by the user. |
NoSort | Properties are displayed in the order in which they are retrieved from the TypeDescriptor. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.Extended.PropertySort
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2