[]
        
(Showing Draft Content)

C1.WPF.Extended.PropertySort

PropertySort Enum

Specifies how properties are sorted in the C1PropertyGrid.

Namespace: C1.WPF.Extended
Assembly: C1.WPF.Extended.4.6.2.dll
Syntax
public enum PropertySort

Fields

Name 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.