Class SortOrderAttribute
  
  
  
    Inheritance
    
    
    SortOrderAttribute
   
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    [AttributeUsage(AttributeTargets.Property)]
public sealed class SortOrderAttribute : Attribute, _Attribute
   
  Constructors
  
  SortOrderAttribute(int)
  
  
  Declaration
  
    public SortOrderAttribute(int order)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | order |  | 
    
  
  Properties
  
  DefaultOrder
  
  
  Declaration
  
    public static int DefaultOrder { get; }
   
  Property Value
  
  
  Order
  
  
  Declaration
  
    public int Order { get; set; }
   
  Property Value
  
  Implements
  
  Extension Methods