C# Класс Rock.Web.UI.Controls.RockTemplateField

Наследование: System.Web.UI.WebControls.TemplateField, IPriorityColumn, IRockGridField
Показать файл Открыть проект

Открытые методы

Метод Описание
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