ClassRadSortOrderAttribute
Class
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:
cs-api-definition
[AttributeUsage(AttributeTargets.Property)]
public class RadSortOrderAttribute : Attribute, _Attribute
Inheritance: objectAttributeRadSortOrderAttribute
Implements:
Inherited Members
Constructors
RadSortOrderAttribute(int)
Creates a new instance of the RadSortOrderAttribute attribute with the specified value.
Declaration
cs-api-definition
public RadSortOrderAttribute(int value)
Parameters
value
The value defining the sort order.