ComponentOne Extended Library for WPF and Silverlight
PropertySort Enumeration

C1.Silverlight.Extended Namespace : PropertySort Enumeration
Specifies how properties are sorted in the C1PropertyGrid.
Syntax
'Declaration
 
Public Enum PropertySort 
   Inherits System.Enum
public enum PropertySort : System.Enum 
Members
MemberDescription
AlphabeticalProperties are sorted in an alphabetical list.
CategorizedProperties are displayed according to their category.
CategorizedAlphabeticalProperties are displayed according to their category. The properties are further sorted alphabetically within the category.
CategorizedCustomProperties are displayed according to their category. The properties are further sorted according to the order assigned by the user.
CustomProperties are displayed according to the order assigned by the user.
NoSortProperties are displayed in the order in which they are retrieved from the TypeDescriptor.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.Extended.PropertySort

See Also

Reference

C1.Silverlight.Extended Namespace