Class PropertyPageSortOrderControl
Property control that stores a sort order type for pages.
Inheritance
System.Object
    
    
    PropertyPageSortOrderControl
  Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class PropertyPageSortOrderControl : PropertySelectControlBase, IPropertyControl, INamingContainer, IRenderSettingsConstructors
PropertyPageSortOrderControl()
Declaration
public PropertyPageSortOrderControl()Properties
Number
Gets or sets the numeric representation of the sort order type.
Declaration
public int Number { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The numeric representation of the sort order type. | 
Methods
SetupEditControls()
Used to apply a custom setup to the edit controls.
Declaration
protected override void SetupEditControls()Overrides
Remarks
This method is called from CreateEditControls after the edit control(s) have been created.
ToWebString()
Gets a translated name of selected the sort order.
Declaration
public override string ToWebString()Returns
| Type | Description | 
|---|---|
| System.String | A translated name of selected the sort order. | 
Overrides
Implements
      System.Web.UI.INamingContainer
  
  
  