Class InputSortOrder
Simple input type that displays available page sort orders.
Implements
System.Web.UI.INamingContainer
  Inherited Members
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class InputSortOrder : InputBase, INamingContainerConstructors
InputSortOrder()
Initializes a new instance of the InputSortOrder class.
Declaration
public InputSortOrder()Properties
SortOrder
Gets or sets the selected sort order.
Declaration
public FilterSortOrder SortOrder { get; set; }Property Value
| Type | Description | 
|---|---|
| FilterSortOrder | The selected sort order. | 
Methods
CreateChildControls()
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
Declaration
protected override void CreateChildControls()Implements
      System.Web.UI.INamingContainer
  
  