MindFusion.Wpf Pack Programmer's Guide
PropertyGrid.PropertySortType Property
See Also
 





Get or sets a value indicating how to sort the properties in the grid. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public PropertySortType PropertySortType { get; set; }

Visual Basic  Copy Code

Public Property PropertySortType As PropertySortType

 Property Value

A member of the PropertySortType enumeration. The default is Alphabetically.

 See Also

PropertyGrid Members
PropertyGrid Class
MindFusion.UI.Wpf Namespace