Predefined sort orders instead of using custom sorting by setting SortBy

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
[DefaultValueAttribute("")]
[BindableAttribute(true)]
[EditorAttribute("EPiServer.Design.TypeEditors.PageTypeTypeEditor, EPiServer.Design", 
	"System.Drawing.Design.UITypeEditor, System.Drawing")]
public int PageTypeID { get; set; }

See Also