C# Class Rock.Web.UI.Controls.RockTemplateField

Inheritance: System.Web.UI.WebControls.TemplateField, IPriorityColumn, IRockGridField
Show file Open project: NewSpring/Rock

Public Methods

Method Description
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void

Adds text or controls to a cell's controls collection.

Method Details

InitializeCell() public method

Adds text or controls to a cell's controls collection.
public InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
cell System.Web.UI.WebControls.DataControlFieldCell A that contains the text or controls of the .
cellType DataControlCellType One of the values.
rowState DataControlRowState One of the values, specifying the state of the row that contains the .
rowIndex int The index of the row that the is contained in.
return void