Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.PropertyGrid.Attributes Namespace / PropertyOrderAttribute Class
Members


In This Topic
    PropertyOrderAttribute Class
    In This Topic

    Represents an attribute that is set on a property to identify the order in which the decorated property will appear relative to the other properties.

    Syntax
    'Declaration
     
    <AttributeUsageAttribute(AttributeTargets.Property, 
       AllowMultiple=True, 
       Inherited=True)>
    Public Class PropertyOrderAttribute 
       Inherits System.Attribute
    'Usage
     
    Dim instance As PropertyOrderAttribute
    [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.

    Inheritance Hierarchy

    System.Object
       System.Attribute
          Xceed.Wpf.Toolkit.PropertyGrid.Attributes.PropertyOrderAttribute

    Requirements

    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

    See Also