Specifies how properties are sorted in the C1PropertyGrid.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public enum PropertySort
Visual Basic
Public Enumeration PropertySort

Members

Member nameValueDescription
NoSort0 Properties are displayed in the order in which they are retrieved from the TypeDescriptor.
Alphabetical1 Properties are sorted in an alphabetical list.
Categorized2 Properties are displayed according to their category.
CategorizedAlphabetical3 Properties are displayed according to their category. The properties are further sorted alphabetically within the category.
CategorizedCustom4 Properties are displayed according to their category. The properties are further sorted according to the order assigned by the user.
Custom5 Properties are displayed according to the order assigned by the user.

See Also