TechTalk Genome v4.2

SimpleQueryField.InitializeCell Method 

Adds a TextBox control to a cell's controls collection.

public override void InitializeCell(
   QueryFieldCell cell,
   DataControlCellType cellType,
   DataControlRowState rowState
);

Parameters

cell
A QueryFieldCell that contains the controls of the SimpleQueryField.
cellType
One of the DataControlCellType values.
rowState
One of the DataControlRowState values, specifying the state of the row that contains the QueryFieldCell.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

SimpleQueryField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace