Xceed Toolkit Plus for WPF v4.6 Documentation
CategoryOrderAttribute Constructor(String,Int32)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.PropertyGrid.Attributes Namespace > CategoryOrderAttribute Class > CategoryOrderAttribute Constructor : CategoryOrderAttribute Constructor(String,Int32)
The name of the property's category.
The order of the property.

Initializes a new instance of the CategoryOrderAttribute class, specifying the order of the decorated property's category.

Syntax
'Declaration
 
Public Function New( _
   ByVal categoryName As String, _
   ByVal order As Integer _
)
'Usage
 
Dim categoryName As String
Dim order As Integer
 
Dim instance As New CategoryOrderAttribute(categoryName, order)
public CategoryOrderAttribute( 
   string categoryName,
   int order
)

Parameters

categoryName
The name of the property's category.
order
The order of the property.
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

Reference

CategoryOrderAttribute Class
CategoryOrderAttribute Members
Overload List