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

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public PropertySort PropertySort { get; set; }
Visual Basic
Public Property PropertySort As PropertySort
	Get
	Set
XAML Attribute Usage
<object PropertySort="PropertySort" .../>

Remarks

This is a dependency property.

See Also