London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PropertyPageSortOrderControl

Property control that stores a sort order type for pages.

Inheritance
System.Object
PropertyPageSortOrderControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class PropertyPageSortOrderControl : PropertySelectControlBase, IPropertyControl, INamingContainer, IRenderSettings

Constructors

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

Extension Methods