DevPropertyGridInputDialogPropertySort Property

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

Definition

Namespace: DevCase.UI.Dialogs
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(3)]
public PropertySort PropertySort { get; set; }

Property Value

PropertySort
One of the PropertySort values. The default is CategorizedAlphabetical.

See Also