Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertySort Enumeration

In This Topic
    PropertySort Enumeration
    In This Topic
    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.WPF.Extended.PropertySort

    See Also