SaaS CMS has officially launched! Learn more now.

Class SortedGridView

Inheritance
System.Object
SortedGridView
Namespace: EPiServer.UI.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class SortedGridView : GridView

Constructors

SortedGridView()

Declaration
public SortedGridView()

Properties

DefaultSortDirection

Declaration
public SortDirection DefaultSortDirection { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.SortDirection

DefaultSortExpression

Declaration
public string DefaultSortExpression { get; set; }
Property Value
Type Description
System.String

Methods

CreateDataSourceSelectArguments()

Declaration
protected override DataSourceSelectArguments CreateDataSourceSelectArguments()
Returns
Type Description
System.Web.UI.DataSourceSelectArguments

InitializeRow(GridViewRow, DataControlField[])

Declaration
protected override void InitializeRow(GridViewRow row, DataControlField[] fields)
Parameters
Type Name Description
System.Web.UI.WebControls.GridViewRow row
System.Web.UI.WebControls.DataControlField[] fields

OnSorting(GridViewSortEventArgs)

Declaration
protected override void OnSorting(GridViewSortEventArgs e)
Parameters
Type Name Description
System.Web.UI.WebControls.GridViewSortEventArgs e

Extension Methods