'Declaration
<AttributeUsageAttribute(AttributeTargets.Property,
AllowMultiple=True,
Inherited=True)>
Public Class PropertyOrderAttribute
Inherits System.Attribute
[AttributeUsage(AttributeTargets.Property,
AllowMultiple=true,
Inherited=true)]
public class PropertyOrderAttribute : System.Attribute
Remarks
This attribute is taken into consideration whether the PropertyGrid is sorted by category or alphabetically. When categorized, the category order (CategoryOrderAttribute) takes precedent.
For properties for which no order is specified, int.MaxValue is assigned as their position.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2