C# Class Adf.Web.UI.SmartView.BaseField

Inheritance: System.Web.UI.WebControls.TemplateField
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
InitializeCell ( DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void

Add text or controls to a cell's control collection.

Method Details

InitializeCell() public method

Add text or controls to a cell's control collection.
public InitializeCell ( DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
cell DataControlFieldCell
cellType DataControlCellType
rowState DataControlRowState
rowIndex int The index of the row that the is contained in.
return void