The RadSortOrderAttribute is an attribute which specifies the sort order for properties inside RadPropertyGrid. It can be applied to properties declarations only.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[AttributeUsage(AttributeTargets.Property)]
public class RadSortOrderAttribute : Attribute, _Attribute
Inheritance: objectAttributeRadSortOrderAttribute
Implements:
Inherited Members
Constructors
Creates a new instance of the RadSortOrderAttribute attribute with the specified value.