TechTalk Genome v4.2

ReferenceQueryField.InitializeCell Method 

Adds the drop-down list and data source controls of the ReferenceQueryField object to the cell's controls collection.

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

Parameters

cell
A QueryFieldCell that contains the controls of the QueryField.
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

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