Skip to main content
Version: 3.5

PropertySort

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how properties are sorted in the PropertyGrid.

public enum PropertySort : Enum

Fields

NameDescription
AlphabeticalProperties are sorted in an alphabetical list.
CategorizedProperties are displayed according to their category in a group. The categories are defined by the properties themselves.
CategorizedAlphabeticalProperties are displayed according to their category in a group. The properties are further sorted alphabetically within the group. The categories are defined by the properties themselves.
NoSortProperties are displayed in the order in which they are retrieved from the TypeDescriptor.

Used By

NameDescription
PropertyGrid.PropertySortReturns or sets the type of sorting the PropertyGrid uses to display properties.