TechTalk Genome v4.2

GenomeReferenceField.InitializeDataCell Method 

Initialises the specified TableCell object to the specified row state.

protected override void InitializeDataCell(
   DataControlFieldCell cell,
   DataControlRowState rowState
);

Parameters

cell
The TableCell to initialise.
rowState
One of the DataControlRowState values.

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

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