Class SortOrderAttribute
Inheritance
System.Object
SortOrderAttribute
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public sealed class SortOrderAttribute : Attribute
Constructors
| Improve this Doc View SourceSortOrderAttribute(Int32)
Initializes a new instance of the SortOrderAttribute class.
Declaration
public SortOrderAttribute(int order)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | order |
Properties
| Improve this Doc View SourceDefaultOrder
Declaration
public static int DefaultOrder { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Order
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |