DevPropertyGridInputDialogPropertySort Property
Gets or sets the type of sorting the property grid uses to display properties.
Namespace: DevCase.UI.DialogsAssembly: 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; }
<DefaultValueAttribute(3)>
Public Property PropertySort As PropertySort
Get
Set
Dim instance As DevPropertyGridInputDialog
Dim value As PropertySort
value = instance.PropertySort
instance.PropertySort = value
public:
[DefaultValueAttribute(3)]
property PropertySort PropertySort {
PropertySort get ();
void set (PropertySort value);
}
[<DefaultValueAttribute(3)>]
member PropertySort : PropertySort with get, set
No code example is currently available or this language may not be supported.
Property Value
PropertySort
One of the
PropertySort values.
The default is
CategorizedAlphabetical.