Class JavaScriptHyperLinkField
Inheritance
System.Object
JavaScriptHyperLinkField
Namespace: Mediachase.Web.Console.Controls
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class JavaScriptHyperLinkField : HyperLinkField
Constructors
JavaScriptHyperLinkField()
Declaration
public JavaScriptHyperLinkField()
Methods
InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, Int32)
Initializes a cell in a System.Web.UI.WebControls.HyperLinkField object.
Declaration
public override void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.WebControls.DataControlFieldCell | cell | A System.Web.UI.WebControls.DataControlFieldCell that contains the text or controls of the System.Web.UI.WebControls.HyperLinkField. |
System.Web.UI.WebControls.DataControlCellType | cellType | One of the System.Web.UI.WebControls.DataControlCellType values. |
System.Web.UI.WebControls.DataControlRowState | rowState | One of the System.Web.UI.WebControls.DataControlRowState values that specifies the state of the row containing the System.Web.UI.WebControls.HyperLinkField. |
System.Int32 | rowIndex | The index of the row in the table. |