C# 클래스 Rock.Web.UI.Controls.RockTemplateField

상속: System.Web.UI.WebControls.TemplateField, IPriorityColumn, IRockGridField
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void

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

메소드 상세

InitializeCell() 공개 메소드

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.
리턴 void